Move away from named workspaces, back to numbered
This commit is contained in:
parent
9ed9e459f8
commit
f40eacdb34
|
@ -105,11 +105,10 @@ in ''
|
||||||
bind = SUPER, Return, exec, alacritty
|
bind = SUPER, Return, exec, alacritty
|
||||||
bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh
|
bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh
|
||||||
|
|
||||||
bind = SUPER ALT, D, exec, [workspace 1] alacritty
|
bind = SUPER, E, exec, emacs
|
||||||
bind = SUPER ALT, E, exec, [workspace 2] emacs
|
bind = SUPER SHIFT, E, exec, [workspace 1] emacs
|
||||||
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
bind = SUPER, W, exec, nyxt
|
||||||
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
bind = SUPER SHIFT, W, exec, [workspace 2] nyxt
|
||||||
bind = SUPER ALT, C, exec, [workspace 5] fractal
|
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
bind=,XF86Calculator,exec,rofi -replace -show calc
|
bind=,XF86Calculator,exec,rofi -replace -show calc
|
||||||
|
@ -163,35 +162,29 @@ in ''
|
||||||
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
||||||
|
|
||||||
# Workspace definitions
|
# Workspace definitions
|
||||||
# 1: [d]efault
|
bind = SUPER, 1, moveworkspacetomonitor, 1 current
|
||||||
bind = SUPER, D, moveworkspacetomonitor, 1 current
|
bind = SUPER, 1, workspace, 1
|
||||||
bind = SUPER, D, workspace, 1
|
bind = SUPER SHIFT, 1, movetoworkspace, 1
|
||||||
bind = SUPER SHIFT, D, movetoworkspace, 1
|
|
||||||
|
|
||||||
# 2: [e]ditor (let's be honest, it's [e]macs)
|
bind = SUPER, 2, moveworkspacetomonitor, 2 current
|
||||||
bind = SUPER, E, moveworkspacetomonitor, 2 current
|
bind = SUPER, 2, workspace, 2
|
||||||
bind = SUPER, E, workspace, 2
|
bind = SUPER SHIFT, 2, movetoworkspace, 2
|
||||||
bind = SUPER SHIFT, E, movetoworkspace, 2
|
|
||||||
|
|
||||||
# 3: [w]eb browser
|
bind = SUPER, 3, moveworkspacetomonitor, 3 current
|
||||||
bind = SUPER, W, moveworkspacetomonitor, 3 current
|
bind = SUPER, 3, workspace, 3
|
||||||
bind = SUPER, W, workspace, 3
|
bind = SUPER SHIFT, 3, movetoworkspace, 3
|
||||||
bind = SUPER SHIFT, W, movetoworkspace, 3
|
|
||||||
windowrule = workspace 3, (nyxt)
|
|
||||||
|
|
||||||
# 4: [f]iles
|
bind = SUPER, 4, moveworkspacetomonitor, 4 current
|
||||||
bind = SUPER, F, moveworkspacetomonitor, 4 current
|
bind = SUPER, 4, workspace, 4
|
||||||
bind = SUPER, F, workspace, 4
|
bind = SUPER SHIFT, 4, movetoworkspace, 4
|
||||||
bind = SUPER SHIFT, F, movetoworkspace, 4
|
|
||||||
windowrule = workspace 4, (thunar)
|
|
||||||
|
|
||||||
# 5: [c]hat
|
bind = SUPER, 5, moveworkspacetomonitor, 5 current
|
||||||
bind = SUPER, C, moveworkspacetomonitor, 5 current
|
bind = SUPER, 5, workspace, 5
|
||||||
bind = SUPER, C, workspace, 5
|
bind = SUPER SHIFT, 5, movetoworkspace, 5
|
||||||
bind = SUPER SHIFT, C, movetoworkspace, 5
|
|
||||||
windowrule = workspace 5, (fractal)
|
bind = SUPER, 6, moveworkspacetomonitor, 6 current
|
||||||
windowrule = workspace 5, (discord)
|
bind = SUPER, 6, workspace, 6
|
||||||
windowrule = workspace 5, (teams-for-linux)
|
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
||||||
|
|
||||||
# Special workspaces
|
# Special workspaces
|
||||||
bind = SUPER, comma, workspace, m-1
|
bind = SUPER, comma, workspace, m-1
|
||||||
|
|
|
@ -53,14 +53,15 @@
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = ""; # [t]erminal
|
"1" = "";
|
||||||
"2" = ""; # [e]ditor
|
"2" = "";
|
||||||
"3" = ""; # [w]eb browser
|
"3" = "";
|
||||||
"4" = ""; # [f]iles
|
"4" = "";
|
||||||
"5" = ""; # [c]hat
|
"5" = "";
|
||||||
default = "";
|
"6" = "";
|
||||||
special = "";
|
default = "";
|
||||||
urgent = "⚡";
|
special = "";
|
||||||
|
urgent = "";
|
||||||
};
|
};
|
||||||
show-special = true;
|
show-special = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue