From de6a2e20b79611b209a92795445cae7b8558e8ce Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 14 Mar 2024 08:41:39 +0000 Subject: Some extra mouse bindings --- i3/config | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3