fixed lock

This commit is contained in:
CDaut 2024-04-23 12:53:48 +02:00
parent a2bd846f86
commit 37eac1b4bb
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@ in
"${mod}+d" = "exec rofi -show combi -config ~/.config/rofi/config.rasi";
# screenlock
"ctrl+${mod}+l" = "exec --no-startup-id ~/.config/i3/lock.sh";
"${mod}+shift+l" = "exec --no-startup-id ~/.config/i3/lock.sh";
# audio control fluff
"XF86AudioRaiseVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%+ && $refresh_i3status";