special workspace now pops up with MM+SPACE and shows up as the S workspace

main
The_miro 2024-11-28 20:08:05 +01:00
parent fbda24cc1f
commit 45f078840c
2 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@
:width 20 :width 20
:onclick "hyprctl dispatch workspace ${i.id}" :onclick "hyprctl dispatch workspace ${i.id}"
:class "${i.class}" :class "${i.class}"
"󱂬${i.name}"))))) {i.name == "special:magic" ? "󱂬S" : "󱂬${i.name}"})))))
(deflisten workspace-old "scripts/workspace") (deflisten workspace-old "scripts/workspace")

View File

@ -9,7 +9,7 @@ input {
kb_model = kb_model =
kb_options = kb_options =
kb_rules = kb_rules =
#left_handed = true left_handed = true
follow_mouse = 1 follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification. sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
@ -252,8 +252,8 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Example special workspace (scratchpad) # Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod, SPACE, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic bind = $mainMod SHIFT, SPACE, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll # Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1