Trim workspaces a bit more, switch to using octicons for icons
This commit is contained in:
parent
ebf78f3e31
commit
8fd2395760
|
@ -110,8 +110,6 @@ in ''
|
||||||
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
||||||
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
||||||
bind = SUPER ALT, C, exec, [workspace 5] fractal
|
bind = SUPER ALT, C, exec, [workspace 5] fractal
|
||||||
bind = SUPER ALT, G, exec, [workspace 6] steam
|
|
||||||
bind = SUPER ALT, R, exec, [workspace 7] nxplayer
|
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
bind=,XF86Calculator,exec,rofi -replace -show calc
|
bind=,XF86Calculator,exec,rofi -replace -show calc
|
||||||
|
@ -198,18 +196,6 @@ in ''
|
||||||
windowrule = workspace 5, (discord)
|
windowrule = workspace 5, (discord)
|
||||||
windowrule = workspace 5, (teams-for-linux)
|
windowrule = workspace 5, (teams-for-linux)
|
||||||
|
|
||||||
# 6: [g]aming
|
|
||||||
bind = SUPER, G, moveworkspacetomonitor, 6 current
|
|
||||||
bind = SUPER, G, workspace, 6
|
|
||||||
bind = SUPER SHIFT, G, movetoworkspace, 6
|
|
||||||
windowrule = workspace 6, (steam)
|
|
||||||
|
|
||||||
# 7: [r]emote
|
|
||||||
bind = SUPER, R, moveworkspacetomonitor, 7 current
|
|
||||||
bind = SUPER, R, workspace, 7
|
|
||||||
bind = SUPER SHIFT, R, movetoworkspace, 7
|
|
||||||
windowrule = workspace 7, (Nxplayer.bin)
|
|
||||||
|
|
||||||
# Special workspaces
|
# Special workspaces
|
||||||
bind = SUPER, comma, workspace, m-1
|
bind = SUPER, comma, workspace, m-1
|
||||||
bind = SUPER SHIFT, comma, movetoworkspace, r-1
|
bind = SUPER SHIFT, comma, movetoworkspace, r-1
|
||||||
|
|
|
@ -49,24 +49,17 @@
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
# "1" = ""; # [a]ny (or def[a]ult)
|
"1" = ""; # [t]erminal
|
||||||
"1" = ""; # [t]erminal
|
"2" = ""; # [e]ditor
|
||||||
"2" = ""; # [e]ditor
|
"3" = ""; # [w]eb browser
|
||||||
"3" = ""; # [w]eb browser
|
"4" = ""; # [f]iles
|
||||||
"4" = ""; # [f]iles
|
"5" = ""; # [c]hat
|
||||||
"5" = ""; # [c]hat
|
default = "";
|
||||||
"6" = ""; # [g]aming
|
special = "";
|
||||||
"7" = ""; # [r]emote
|
urgent = "⚡";
|
||||||
default = "";
|
|
||||||
special = "";
|
|
||||||
urgent = "";
|
|
||||||
};
|
};
|
||||||
show-special = true;
|
show-special = true;
|
||||||
};
|
};
|
||||||
"hyprland/window" = {
|
|
||||||
format = "{title}";
|
|
||||||
separate-outputs = true;
|
|
||||||
};
|
|
||||||
mpris = {
|
mpris = {
|
||||||
"format" =
|
"format" =
|
||||||
"{player_icon} <b>{title}</b> [{position}/{length}] {status_icon}";
|
"{player_icon} <b>{title}</b> [{position}/{length}] {status_icon}";
|
||||||
|
|
Loading…
Reference in a new issue