Fixed play/pause, focus now always follow mouse

This commit is contained in:
Logan G 2022-02-10 14:53:34 -07:00
parent 86bc389d35
commit 4fcff1ad71
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -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