diff options
| author | Botond Hende <nettingman@gmail.com> | 2025-11-20 14:49:08 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2025-11-20 14:49:08 +0100 |
| commit | 5cd6c3bda9d61f7aa508bb4da4218a235b0cc800 (patch) | |
| tree | 1a481c247419b30c4b5d83fb01d6301159c18c10 /home/.config/sway | |
| parent | bf2d5c98e4ce45df552e6d2daae0435c5a8cf7f8 (diff) | |
media keys for sway
Diffstat (limited to 'home/.config/sway')
| -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 |
