Add a workspace for ncspot, add/update window name rewrites

This commit is contained in:
Evie Litherland-Smith 2023-11-16 06:44:42 +00:00
parent d79bd9f79b
commit 7fce1946ba
2 changed files with 11 additions and 3 deletions

View file

@ -187,6 +187,11 @@ in ''
bind = SUPER SHIFT, E, movetoworkspace, name:emacs bind = SUPER SHIFT, E, movetoworkspace, name:emacs
bind = SUPER ALT, E, exec, [workspace name:emacs] emacs bind = SUPER ALT, E, exec, [workspace name:emacs] emacs
bind = SUPER, A, moveworkspacetomonitor, name:spotify current
bind = SUPER, A, workspace, name:spotify
bind = SUPER SHIFT, A, movetoworkspace, name:spotify
bind = SUPER ALT, A, exec, [workspace name:spotify] alacritty -e ncspot
bind = SUPER, T, moveworkspacetomonitor, name:top current bind = SUPER, T, moveworkspacetomonitor, name:top current
bind = SUPER, T, workspace, name:top bind = SUPER, T, workspace, name:top
bind = SUPER SHIFT, T, movetoworkspace, name:top bind = SUPER SHIFT, T, movetoworkspace, name:top

View file

@ -38,6 +38,7 @@
"6" = "󰫈"; "6" = "󰫈";
"emacs" = ""; "emacs" = "";
"top" = "󰒋"; "top" = "󰒋";
"spotify" = "󰓇";
"chromium" = ""; "chromium" = "";
"discord" = "󰙯"; "discord" = "󰙯";
"steam" = "󰓓"; "steam" = "󰓓";
@ -51,10 +52,12 @@
}; };
"hyprland/window" = { "hyprland/window" = {
rewrite = { rewrite = {
"(.*) - GNU Emacs(.*)" = "󰅴 $1"; "(.*) - GNU Emacs(.*)" = " $1";
"btop" = " System monitoring"; "btop" = " System Status";
"(.*) - Chromium" = "󰖟 $1"; "ncspot" = "󰓇 Spotify TUI";
"(.*) - Chromium" = " $1";
"Nyxt - (.*)" = "󰖟 $1"; "Nyxt - (.*)" = "󰖟 $1";
"(.*) - Discord" = "󰙯 $1";
"NoMachine - (.*)" = "󰢹 $1"; "NoMachine - (.*)" = "󰢹 $1";
}; };
separate-outputs = true; separate-outputs = true;