hyprland: fix steam bind
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
026a76aeec
commit
531a09176f
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ in {
|
||||||
(key "S" "Ctrl+Alt" "exec" "${pkill} steam")
|
(key "S" "Ctrl+Alt" "exec" "${pkill} steam")
|
||||||
(key "S" "Super" "togglespecialworkspace" "steam")
|
(key "S" "Super" "togglespecialworkspace" "steam")
|
||||||
(key "S" "Super+Shift" "movetoworkspacesilent" "special: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" "Ctrl+Alt" "exec" "${pkill} kitty")
|
||||||
(key "T" "Super" "togglespecialworkspace" "terminal")
|
(key "T" "Super" "togglespecialworkspace" "terminal")
|
||||||
(key "T" "Super+Ctrl" "exec" kitty)
|
(key "T" "Super+Ctrl" "exec" kitty)
|
||||||
|
|
Loading…
Reference in a new issue