1
1
Fork 0

hyprland: modify office binds

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-09 09:49:44 -06:00
parent 4df40f4121
commit 173769c3c3
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -121,11 +121,10 @@ in {
bindr = [
(key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper")
(key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper")
(key "Control_L" "Super+Ctrl" "exec" workspace)
(key "Control_L" "Super+Ctrl" "togglespecialworkspace" "office")
(key "Control_L" "Super+Ctrl+Shift" "movetoworkspacesilent" "special:office")
(key "Shift_L" "Super+Shift" "workspace" "previous")
(key "Super_L" "Super" "exec" menu)
#// (key "Super_L" "Super+Alt" "exec" "${menu} search")
#// (key "Super_L" "Super+Ctrl" "exec" "${menu} calculator")
(key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} network")
(key "Super_L" "Super+Shift" "exec" "${menu} search")
];
@ -247,9 +246,6 @@ in {
(key "K" "Super" "exec" obsidian)
(key "M" "Super" "togglespecialworkspace" "music")
(key "M" "Super+Shift" "movetoworkspacesilent" "special:music")
(key "O" "Super" "togglespecialworkspace" "office")
(key "O" "Super+Ctrl" "exec" libreoffice)
(key "O" "Super+Shift" "movetoworkspacesilent" "special:office")
(key "P" "Ctrl+Alt" "exec" "${pkill} 1password")
(key "P" "Super" "togglespecialworkspace" "password")
(key "P" "Super+Shift" "movetoworkspacesilent" "special:password")