Fixed play/pause, focus now always follow mouse
This commit is contained in:
parent
86bc389d35
commit
4fcff1ad71
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue