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!" diff --git a/.config/i3/config b/.config/i3/config index 7884162..541f251 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -351,6 +351,9 @@ mode "resize" { bindsym Escape mode "default" } +# Lock screen +bindsym $mod+$alt+l exec --no-startup-id light-locker-command -l + # Autostart applications exec_always --no-startup-id $HOME/.config/polybar/launch.sh exec --no-startup-id nitrogen --restore; sleep 1; picom --config ~/.config/picom/picom.conf