diff options
| author | Botond Hende <contact@wazul.moe> | 2026-04-29 14:14:42 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-04-29 14:14:42 +0200 |
| commit | 09bf7c82cfd296a652e7d700f46d05a9ea1dc5ab (patch) | |
| tree | b7fd369d916894f028e3165b92292bb3287b43cd /home/.config | |
| parent | 32d31b8622787bf338566d809b44ea6837db2a9c (diff) | |
Diffstat (limited to 'home/.config')
| -rw-r--r-- | home/.config/sway/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config index 8e1601b..f5be18d 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -107,8 +107,14 @@ bindsym --to-code $mod+Shift+T exec torbrowser-launcher # playerctl bindsym --to-code $mod+slash exec playerctl play-pause +bindsym XF86AudioPlay exec playerctl play +bindsym XF86AudioPause exec playerctl pause + bindsym --to-code $mod+comma exec playerctl previous +bindsym XF86AudioPrev exec playerctl previous + bindsym --to-code $mod+period exec playerctl next +bindsym XF86AudioNext exec playerctl next # File explorer bindsym --to-code $mod+A exec thunar |
