forked from Shinonome/dots-hyprland
super+shift+alt+back/forward click for media control
This commit is contained in:
@@ -19,7 +19,6 @@ input {
|
|||||||
clickfinger_behavior = true
|
clickfinger_behavior = true
|
||||||
scroll_factor = 0.5
|
scroll_factor = 0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
special_fallthrough = true
|
special_fallthrough = true
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,6 +58,8 @@ bind = Super+Shift,J,exec,grim -g "$(slurp $SLURP_ARGS)" "tmp.png" && tesseract
|
|||||||
# Media
|
# Media
|
||||||
bindl= Super+Shift, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
|
bindl= Super+Shift, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
|
||||||
bindl= ,XF86AudioNext, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
|
bindl= ,XF86AudioNext, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
|
||||||
|
bind = Super+Shift+Alt, mouse:275, exec, playerctl previous
|
||||||
|
bind = Super+Shift+Alt, mouse:276, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
|
||||||
bindl= Super+Shift, B, exec, playerctl previous
|
bindl= Super+Shift, B, exec, playerctl previous
|
||||||
bindl= Super+Shift, P, exec, playerctl play-pause
|
bindl= Super+Shift, P, exec, playerctl play-pause
|
||||||
bindl= ,XF86AudioPlay, exec, playerctl play-pause
|
bindl= ,XF86AudioPlay, exec, playerctl play-pause
|
||||||
|
|||||||
Reference in New Issue
Block a user