From 9357a2c7c91d5054785ed1f7939864f45c858ba1 Mon Sep 17 00:00:00 2001 From: lorenzhohermuth Date: Fri, 2 Aug 2024 21:46:34 +0200 Subject: [PATCH] added networkmanager_dmenu to key combination --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index 5c1a6bd..85960d3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -178,6 +178,7 @@ bindsym $mod+Shift+d --release exec --no-startup-id "killall dunst && dunstify - bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" bindsym $mod+$alt+l exec bash ~/.config/i3/lockscreen.sh bindsym $mod+$alt+k exec "bash ~/.config/i3/lockscreen.sh && systemctl suspend" +bindsym $mod+$alt+n exec networkmanager_dmenu # resize window (you can also use the mouse for that) mode "resize" {