From 09bf7c82cfd296a652e7d700f46d05a9ea1dc5ab Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 29 Apr 2026 14:14:42 +0200 Subject: added media buttons to sway config --- home/.config/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home') 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 -- cgit v1.3