1
1
Fork 0

hyprland: avoid grave binds

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-06 16:55:47 -05:00
parent b91e97c72b
commit b4d9513b1f
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -69,9 +69,9 @@ in {
# Lockscreen binds # Lockscreen binds
bindl = [ bindl = [
(key "Apostrophe" "Super" "exec" inhibit)
(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 "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off") (key "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off")
@ -107,8 +107,7 @@ in {
bindr = [ bindr = [
(key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper") (key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper")
(key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper") (key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper")
(key "Control_L" "Super+Ctrl" "layoutmsg" "swapnext") (key "Control_L" "Super+Ctrl" "exec" workspace)
(key "Control_L" "Super+Ctrl+Shift" "layoutmsg" "swapprev")
(key "Shift_L" "Super+Shift" "workspace" "previous") (key "Shift_L" "Super+Shift" "workspace" "previous")
(key "Super_L" "Super" "exec" "${menu}") (key "Super_L" "Super" "exec" "${menu}")
(key "Super_L" "Super+Alt" "exec" "${menu} --passwords") (key "Super_L" "Super+Alt" "exec" "${menu} --passwords")
@ -123,6 +122,8 @@ in {
(key "mouse:274" "Super+Shift" "layoutmsg" "addmaster") (key "mouse:274" "Super+Shift" "layoutmsg" "addmaster")
(key "mouse:274" "Super+Ctrl+Shift" "layoutmsg" "removemaster") (key "mouse:274" "Super+Ctrl+Shift" "layoutmsg" "removemaster")
(key "Apostrophe" "Super" "layoutmsg" "swapnext")
(key "Apostrophe" "Super+Shift" "layoutmsg" "swapprev")
(key "Backslash" "Super" "layoutmsg" "orientationcycle center left") (key "Backslash" "Super" "layoutmsg" "orientationcycle center left")
(key "Backslash" "Super+Shift" "splitratio" "exact 0.5") # Reset layout ratio (key "Backslash" "Super+Shift" "splitratio" "exact 0.5") # Reset layout ratio
(key "Backspace" "Super" "changegroupactive" "f") (key "Backspace" "Super" "changegroupactive" "f")
@ -141,7 +142,6 @@ in {
(key "Escape" "Super" "togglefloating" null) (key "Escape" "Super" "togglefloating" null)
(key "Escape" "Super+Alt" "exec" "lifx state --color red") (key "Escape" "Super+Alt" "exec" "lifx state --color red")
(key "Escape" "Super+Shift" "centerwindow" null) (key "Escape" "Super+Shift" "centerwindow" null)
(key "Grave" "Super" "exec" workspace)
(key "Left" "Super" "movewindow" "l") (key "Left" "Super" "movewindow" "l")
(key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse") (key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse")
(key "Left" "Super+Shift" "movewindoworgroup" "l") (key "Left" "Super+Shift" "movewindoworgroup" "l")