change warkspace order
This commit is contained in:
parent
a84eb20f8e
commit
4e5a0c08b5
|
@ -149,7 +149,7 @@
|
||||||
bind = $mainMod SHIFT, F, fullscreen, 1
|
bind = $mainMod SHIFT, F, fullscreen, 1
|
||||||
bind = $mainMod, Space, togglefloating,
|
bind = $mainMod, Space, togglefloating,
|
||||||
bind = $mainMod, D, exec, pkill wofi || wofi --show drun
|
bind = $mainMod, D, exec, pkill wofi || wofi --show drun
|
||||||
bind = $mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 3 silent] discord'
|
bind = $mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 4 silent] discord'
|
||||||
bind = $mainMod SHIFT, S, exec, hyprctl dispatch exec '[workspace 5 silent] SoundWireServer'
|
bind = $mainMod SHIFT, S, exec, hyprctl dispatch exec '[workspace 5 silent] SoundWireServer'
|
||||||
bind = $mainMod, Escape, exec, swaylock
|
bind = $mainMod, Escape, exec, swaylock
|
||||||
bind = $mainMod SHIFT, Escape, exec, shutdown-script
|
bind = $mainMod SHIFT, Escape, exec, shutdown-script
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
format-icons= {
|
format-icons= {
|
||||||
"1"= "";
|
"1"= "";
|
||||||
"2"= "";
|
"2"= "";
|
||||||
"3"= "";
|
"3"= "";
|
||||||
"4"= "";
|
"4"= "";
|
||||||
"5"= "";
|
"5"= "";
|
||||||
urgent= "";
|
urgent= "";
|
||||||
default = "";
|
default = "";
|
||||||
|
|
Loading…
Reference in a new issue