From 5411ced2db0e32d0b9401b3cc9a84414c85d514e Mon Sep 17 00:00:00 2001 From: quak Date: Sun, 30 Mar 2025 21:02:29 +0200 Subject: [PATCH] added shortcuts to start/kill the compositor --- i3/.config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 85ff164..4b01950 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -69,6 +69,9 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu bindsym $mod+Escape exec i3lock ## kill focused window bindsym $mod+Shift+q kill +## start/kill compositor +bindsym $mod+Shift+f exec --no-startup-id picom -b +bindsym $mod+Shift+v exec pkill picom # start rofi (a program launcher with fuzzy finder functionality) bindsym $mod+d exec --no-startup-id rofi -show combi