hyprland: modify binds
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
38ec17c8f1
commit
4eab35829d
1 changed files with 4 additions and 4 deletions
|
@ -119,8 +119,8 @@ in {
|
|||
|
||||
# Release binds
|
||||
bindr = [
|
||||
(key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper")
|
||||
(key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper")
|
||||
(key "Alt_L" "Super+Alt" "togglespecialworkspace" "music")
|
||||
(key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:music")
|
||||
(key "Control_L" "Super+Ctrl" "togglespecialworkspace" "office")
|
||||
(key "Control_L" "Super+Ctrl+Shift" "movetoworkspacesilent" "special:office")
|
||||
(key "Shift_L" "Super+Shift" "workspace" "previous")
|
||||
|
@ -244,8 +244,8 @@ in {
|
|||
(key "G" "Super+Ctrl+Alt" "exec" "${pkill} gamescope")
|
||||
(key "G" "Super+Shift" "movetoworkspacesilent" "name:game")
|
||||
(key "K" "Super" "exec" obsidian)
|
||||
(key "M" "Super" "togglespecialworkspace" "music")
|
||||
(key "M" "Super+Shift" "movetoworkspacesilent" "special:music")
|
||||
(key "O" "Super" "togglespecialworkspace" "wallpaper")
|
||||
(key "O" "Super+Shift" "movetoworkspacesilent" "special:wallpaper")
|
||||
(key "P" "Ctrl+Alt" "exec" "${pkill} 1password")
|
||||
(key "P" "Super" "togglespecialworkspace" "password")
|
||||
(key "P" "Super+Shift" "movetoworkspacesilent" "special:password")
|
||||
|
|
Loading…
Reference in a new issue