Compare commits
2 commits
73343d4c1c
...
9baa9a4ff6
Author | SHA1 | Date | |
---|---|---|---|
9baa9a4ff6 | |||
1d300c57c3 |
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ $explorer = thunar
|
|||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod SHIFT, Q, exit,
|
||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||
bind = $mainMod SHIFT, E, pin,
|
||||
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
|
@ -49,7 +50,7 @@ bind = $mainMod, 64, exec, pkill -SIGUSR1 '^waybar$'
|
|||
|
||||
# Audio controls
|
||||
bind = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = , XF86AudioPause, exec, playerctl pause-pause
|
||||
bind = , XF86AudioPause, exec, playerctl play-pause
|
||||
bind = , XF86AudioNext, exec, playerctl next
|
||||
bind = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
|
|
Loading…
Reference in a new issue