From 086f8be965e2617b44c696a60805f26e6e91f3f2 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 30 Nov 2024 17:52:47 +0300 Subject: multimedia keybindings --- .config/sway/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/sway/config b/.config/sway/config index adabe34..5940415 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -70,8 +70,11 @@ bindsym $mod+grave exec bookmarks bindsym $mod+m exec $term -e spotify_player bindsym $mod+e exec 'sh -c "$term -e neomutt; pkill -RTMIN+12 i3blocks"' bindsym $mod+Shift+n exec 'sh -c "$term -e newsboat; pkill -RTMIN+6 i3blocks"' -bindsym $mod+Shift+s exec sh -c slurp | grim -t jpeg -g - - | wl-copy +bindsym $mod+Shift+s exec sh -c slurp | grim -t jpeg -g - - | wl-copy -t image/jpeg bindsym $mod+Shift+r exec $term -e btop +bindsym XF86AudioPlay exec playerctl play-pause +bindsym XF86AudioNext exec playerctl next +bindsym XF86AudioPrev exec playerctl previous # Switch to workspace bindsym $mod+1 workspace number 1 -- cgit v1.2.3