diff options
Diffstat (limited to 'home/.config/sway/config')
| -rw-r--r-- | home/.config/sway/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config index 39e02d1..9c27c7b 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -105,6 +105,11 @@ bindsym --to-code $mod+P exec firefox bindsym --to-code $mod+Shift+P exec firefox --private-window bindsym --to-code $mod+Shift+T exec torbrowser-launcher +# playerctl +bindsym --to-code $mod+slash exec playerctl play-pause +bindsym --to-code $mod+comma exec playerctl previous +bindsym --to-code $mod+period exec playerctl next + # File explorer bindsym --to-code $mod+A exec thunar |
