diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-01-27 16:54:44 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-01-27 16:54:44 +0000 |
commit | 1694bc6538c09959f636a2946493151e0a98fb9f (patch) | |
tree | e939d8aef4db35965cea28a719c384df9f918162 /i3 | |
parent | 4c2a6d5b705ec526d12cceb88691ca5ca0985a5b (diff) | |
download | dotnvim-1694bc6538c09959f636a2946493151e0a98fb9f.tar.gz dotnvim-1694bc6538c09959f636a2946493151e0a98fb9f.zip |
Better than reloading everything
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -156,6 +156,8 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu bindsym $mod+Shift+x exec --no-startup-id "loginctl lock-session" # suspend bindsym $mod+Shift+s exec "systemctl suspend" +# reload keyboard config +bindsym $mod+Shift+z exec --no-startup-id ~/.config/i3/set-keyboard # resize window (you can also use the mouse for that) mode "resize" { |