fixed lock
This commit is contained in:
parent
d54953e35a
commit
59a6316801
2 changed files with 8 additions and 3 deletions
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
keybindings = {
|
||||
# screenlock
|
||||
"${mod}+shift+l" = "exec --no-startup-id ~/.config/sway/lock_and_suspend.sh";
|
||||
"${mod}+l" = "exec --no-startup-id ~/.config/sway/lock.sh";
|
||||
"${mod}+Shift+l" = "exec --no-startup-id ~/.config/sway/lock_and_suspend.sh";
|
||||
"${mod}+l" = "exec --no-startup-id ~/.config/sway/lock.sh";
|
||||
|
||||
# audio control fluff
|
||||
"XF86AudioRaiseVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%+";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue