i3 fix headphone pause button double tap

This commit is contained in:
Pavle Portic 2022-05-18 16:43:04 +02:00
parent 65b49166aa
commit 4e5dfde7a8
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 3 additions and 4 deletions

View File

@ -139,10 +139,6 @@ mode "resize" {
bindsym n resize shrink height 10 px or 10 ppt
bindsym e resize grow height 10 px or 10 ppt
bindsym i resize grow width 10 px or 10 ppt
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize shrink height 10 px or 10 ppt
bindsym Up resize grow height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
@ -164,6 +160,7 @@ bindsym Shift+XF86MonBrightnessUp exec light -A 2
bindsym Shift+XF86MonBrightnessDown exec light -U 2
bindsym XF86AudioPlay exec "playerctl-wrapper play-pause"
bindsym XF86AudioPause exec "playerctl-wrapper play-pause"
bindsym XF86AudioNext exec "playerctl-wrapper next"
bindsym XF86AudioPrev exec "playerctl-wrapper previous"
@ -171,6 +168,8 @@ bindsym Print exec "pyazo --no-save"
bindsym Shift+Print exec "maim /home/pavle/pictures/screenshot.png"
bindsym $mod+Print exec "pyazo -d"
{{ .i3.additional_bindings }}
assign [class="(?i)firefox"] 
assign [class="(?i)chromium"] 
assign [class="Telegram"] 