Remove calendar workspace, add back a default (1)
This commit is contained in:
parent
1bd9b02d8f
commit
d29c8d21b8
|
@ -201,28 +201,27 @@ in ''
|
||||||
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
||||||
|
|
||||||
# Workspace definitions
|
# Workspace definitions
|
||||||
# 1: [t]erminal
|
# 1: [a]ny (or def[a]ult)
|
||||||
bind = SUPER, T, moveworkspacetomonitor, 1 current
|
bind = SUPER, A, moveworkspacetomonitor, 1 current
|
||||||
bind = SUPER, T, workspace, 1
|
bind = SUPER, A, workspace, 1
|
||||||
bind = SUPER SHIFT, T, movetoworkspace, 1
|
bind = SUPER SHIFT, A, movetoworkspace, 1
|
||||||
|
|
||||||
# 2: [d]ev
|
# 2: [t]erminal
|
||||||
bind = SUPER, D, moveworkspacetomonitor, 2 current
|
bind = SUPER, T, moveworkspacetomonitor, 2 current
|
||||||
bind = SUPER, D, workspace, 2
|
bind = SUPER, T, workspace, 2
|
||||||
bind = SUPER SHIFT, D, movetoworkspace, 2
|
bind = SUPER SHIFT, T, movetoworkspace, 2
|
||||||
windowrule = workspace 2 silent,(emacs)
|
|
||||||
|
|
||||||
# 3: [b]rowser
|
# 3: [d]ev
|
||||||
bind = SUPER, W, moveworkspacetomonitor, 3 current
|
bind = SUPER, D, moveworkspacetomonitor, 3 current
|
||||||
bind = SUPER, W, workspace, 3
|
bind = SUPER, D, workspace, 3
|
||||||
bind = SUPER SHIFT, W, movetoworkspace, 3
|
bind = SUPER SHIFT, D, movetoworkspace, 3
|
||||||
windowrule = workspace 3 silent,(firefox)
|
windowrule = workspace 3 silent,(emacs)
|
||||||
|
|
||||||
# 4: [a]genda (or c[a]lendar)
|
# 4: [b]rowser
|
||||||
bind = SUPER, A, moveworkspacetomonitor, 4 current
|
bind = SUPER, W, moveworkspacetomonitor, 4 current
|
||||||
bind = SUPER, A, workspace, 4
|
bind = SUPER, W, workspace, 4
|
||||||
bind = SUPER SHIFT, A, movetoworkspace, 4
|
bind = SUPER SHIFT, W, movetoworkspace, 4
|
||||||
windowrulev2 = workspace 5 silent,class:(Alacritty),title:(khal interactive)
|
windowrule = workspace 4 silent,(firefox)
|
||||||
|
|
||||||
# 5: [f]iles
|
# 5: [f]iles
|
||||||
bind = SUPER, F, moveworkspacetomonitor, 5 current
|
bind = SUPER, F, moveworkspacetomonitor, 5 current
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = ""; # [t]erminal
|
"1" = ""; # [a]ny (or def[a]ult)
|
||||||
"2" = ""; # [d]ev
|
"2" = ""; # [t]erminal
|
||||||
"3" = ""; # [b]rowser
|
"3" = ""; # [d]ev
|
||||||
"4" = ""; # [a]genda (or c[a]lendar)
|
"4" = ""; # [b]rowser
|
||||||
"5" = ""; # [f]iles
|
"5" = ""; # [f]iles
|
||||||
"6" = ""; # [s]potify (or mu[s]ic)
|
"6" = ""; # [s]potify (or mu[s]ic)
|
||||||
"7" = ""; # [c]hat
|
"7" = ""; # [c]hat
|
||||||
|
|
Loading…
Reference in a new issue