From 34dd78a8f0d3239816316f92548649154cf3a3c1 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Fri, 4 Feb 2022 10:13:16 +0100 Subject: [PATCH 1/2] fixed lock command shortcut --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 1fba799..6ac4a4f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -349,7 +349,7 @@ mode "resize" { } # Lock screen -bindsym Ctrl+$alt+l exec --no-startup-id light-locker-command -l +bindsym $mod+$alt+l exec --no-startup-id light-locker-command -l # Autostart applications exec_always --no-startup-id $HOME/.config/polybar/launch.sh From 7ac6c268f34850bcabca1286008eb20cfa80ef01 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Wed, 9 Mar 2022 11:41:22 +0100 Subject: [PATCH 2/2] adjusted autorandr postswitch --- .config/autorandr/postswitch | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch index 147f733..b44aeef 100755 --- a/.config/autorandr/postswitch +++ b/.config/autorandr/postswitch @@ -30,6 +30,5 @@ else auto_hide_polybar "false" fi -xmonad --restart echo "Done!"