diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-03-14 08:41:39 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-03-14 08:41:39 +0000 |
commit | de6a2e20b79611b209a92795445cae7b8558e8ce (patch) | |
tree | 8f26efc753de45c1e51337c69a0a4cf145997494 /i3 | |
parent | a4bca6a96887d2da8aa37cf690c5f351b5129a3c (diff) | |
download | dotnvim-de6a2e20b79611b209a92795445cae7b8558e8ce.tar.gz dotnvim-de6a2e20b79611b209a92795445cae7b8558e8ce.zip |
Some extra mouse bindings
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ bindsym $mod+Return exec /home/reidrac/bin/wezterm # kill focused window bindsym $mod+Shift+q kill +# middle buttom on th title +bindsym --release button2 kill +# with mod, any part of the window +bindsym --whole-window $mod+button2 kill # start dmenu (a program launcher) bindsym $mod+d exec --no-startup-id i3-dmenu-desktop |