hyprland: modify audio binds
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
6d86995331
commit
e1e7cd6b78
1 changed files with 3 additions and 5 deletions
|
@ -71,7 +71,7 @@ in {
|
||||||
bindl = [
|
bindl = [
|
||||||
(key "Delete" "Ctrl" "exec" "${hyprctl} reload")
|
(key "Delete" "Ctrl" "exec" "${hyprctl} reload")
|
||||||
(key "Delete" "Ctrl+Alt" "exec" "${loginctl} terminate-session ''")
|
(key "Delete" "Ctrl+Alt" "exec" "${loginctl} terminate-session ''")
|
||||||
(key "Delete" "Super+Shift" "exec" inhibit)
|
(key "Delete" "Super" "exec" inhibit)
|
||||||
|
|
||||||
(key "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off")
|
(key "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off")
|
||||||
|
|
||||||
|
@ -134,7 +134,6 @@ in {
|
||||||
(key "Bracketleft" "Super+Shift" "splitratio" "-0.1")
|
(key "Bracketleft" "Super+Shift" "splitratio" "-0.1")
|
||||||
(key "Bracketright" "Super" "layoutmsg" "rollprev")
|
(key "Bracketright" "Super" "layoutmsg" "rollprev")
|
||||||
(key "Bracketright" "Super+Shift" "splitratio" "+0.1")
|
(key "Bracketright" "Super+Shift" "splitratio" "+0.1")
|
||||||
(key "Delete" "Super" "exec" "${swayosd-client} --output-volume mute-toggle")
|
|
||||||
(key "Down" "Super" "movewindow" "d")
|
(key "Down" "Super" "movewindow" "d")
|
||||||
(key "Down" "Super+Shift" "movewindoworgroup" "d")
|
(key "Down" "Super+Shift" "movewindoworgroup" "d")
|
||||||
(key "Equal" "Super" "exec" "${swayosd-client} --output-volume raise")
|
(key "Equal" "Super" "exec" "${swayosd-client} --output-volume raise")
|
||||||
|
@ -190,7 +189,7 @@ in {
|
||||||
(key "Up" "Super" "movewindow" "u")
|
(key "Up" "Super" "movewindow" "u")
|
||||||
(key "Up" "Super+Shift" "movewindoworgroup" "u")
|
(key "Up" "Super+Shift" "movewindoworgroup" "u")
|
||||||
|
|
||||||
(key "0" "Super" "exec" "${audio}")
|
(key "0" "Super" "exec" "${swayosd-client} --output-volume mute-toggle")
|
||||||
(key "0" "Super+Shift" "exec" "${zoom}")
|
(key "0" "Super+Shift" "exec" "${zoom}")
|
||||||
(key "1" "Ctrl+Alt" "exec" "lifx state --brightness 0.01")
|
(key "1" "Ctrl+Alt" "exec" "lifx state --brightness 0.01")
|
||||||
(key "1" "Super" "workspace" "1")
|
(key "1" "Super" "workspace" "1")
|
||||||
|
@ -218,8 +217,7 @@ in {
|
||||||
(key "7" "Super+Shift" "movetoworkspacesilent" "7")
|
(key "7" "Super+Shift" "movetoworkspacesilent" "7")
|
||||||
(key "8" "Super" "workspace" "8")
|
(key "8" "Super" "workspace" "8")
|
||||||
(key "8" "Super+Shift" "movetoworkspacesilent" "8")
|
(key "8" "Super+Shift" "movetoworkspacesilent" "8")
|
||||||
(key "9" "Super" "workspace" "9")
|
(key "9" "Super" "exec" "${audio}")
|
||||||
(key "9" "Super+Shift" "movetoworkspacesilent" "9")
|
|
||||||
(key "A" "Ctrl+Alt" "exec" "${waydroid} session stop")
|
(key "A" "Ctrl+Alt" "exec" "${waydroid} session stop")
|
||||||
(key "A" "Super" "togglespecialworkspace" "android")
|
(key "A" "Super" "togglespecialworkspace" "android")
|
||||||
(key "A" "Super+Shift" "movetoworkspacesilent" "special:android")
|
(key "A" "Super+Shift" "movetoworkspacesilent" "special:android")
|
||||||
|
|
Loading…
Reference in a new issue