1
1
Fork 0

hyprland: fix steam bind

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-23 22:54:27 -05:00
parent 026a76aeec
commit 531a09176f
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -247,7 +247,7 @@ in {
(key "S" "Ctrl+Alt" "exec" "${pkill} steam")
(key "S" "Super" "togglespecialworkspace" "steam")
(key "S" "Super+Shift" "movetoworkspacesilent" "special:steam")
(key "S" "Super+Shift" "exec" steam)
(key "S" "Super+Ctrl" "exec" steam)
(key "T" "Ctrl+Alt" "exec" "${pkill} kitty")
(key "T" "Super" "togglespecialworkspace" "terminal")
(key "T" "Super+Ctrl" "exec" kitty)