diff options
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 6717bfd..c67ff77 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -221,6 +221,8 @@ bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && pkill - bindsym --release Caps_Lock exec --no-startup-id pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec --no-startup-id pkill -SIGRTMIN+11 i3blocks +# home key combinations +#bindsym Mod1 + Left exec --no-startup-id "xdotool key Home" # gaps stuff for_window [class="^.*"] border pixel 0 |
