aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-03-14 08:41:39 +0000
committerJuan J. Martinez <jjm@usebox.net>2024-03-14 08:41:39 +0000
commitde6a2e20b79611b209a92795445cae7b8558e8ce (patch)
tree8f26efc753de45c1e51337c69a0a4cf145997494
parenta4bca6a96887d2da8aa37cf690c5f351b5129a3c (diff)
downloaddotnvim-de6a2e20b79611b209a92795445cae7b8558e8ce.tar.gz
dotnvim-de6a2e20b79611b209a92795445cae7b8558e8ce.zip
Some extra mouse bindings
-rw-r--r--i3/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/i3/config b/i3/config
index 3e4f194..4d9f4ed 100644
--- a/i3/config
+++ b/i3/config
@@ -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