From 4fcff1ad71c73ead05667774c2aed3a2a617dcbc Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Thu, 10 Feb 2022 14:53:34 -0700 Subject: [PATCH] Fixed play/pause, focus now always follow mouse --- .config/sway/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 9cfa02a..0aa5d9e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -213,9 +213,9 @@ bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness # Media player controls #bindsym XF86AudioPlay exec playerctl play -bindsym XF86AudioPause exec ~/.config/i3/toggleplay.sh -bindsym XF86AudioNext exec playerctl next -bindsym XF86AudioPrev exec playerctl previous +bindsym --locked --no-repeat XF86AudioPlay exec ~/.config/i3/toggleplay.sh +bindsym --locked --no-repeat XF86AudioNext exec playerctl next +bindsym --locked --no-repeat XF86AudioPrev exec playerctl previous # Screenshot #bindsym Print exec flameshot gui -p ~/Pictures/Screenshots @@ -255,7 +255,7 @@ exec wl-paste -p -t text --watch clipman store --no-persist --histpath="/tmp/cli # Borders default_border pixel 0 for_window [class=".*"] border pixel 0 -focus_follows_mouse yes +focus_follows_mouse always hide_edge_borders smart # Window Properties