Add a workspace for ncspot, add/update window name rewrites
This commit is contained in:
parent
d79bd9f79b
commit
7fce1946ba
|
@ -187,6 +187,11 @@ in ''
|
|||
bind = SUPER SHIFT, E, movetoworkspace, name: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, workspace, name:top
|
||||
bind = SUPER SHIFT, T, movetoworkspace, name:top
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"6" = "";
|
||||
"emacs" = "";
|
||||
"top" = "";
|
||||
"spotify" = "";
|
||||
"chromium" = "";
|
||||
"discord" = "";
|
||||
"steam" = "";
|
||||
|
@ -51,10 +52,12 @@
|
|||
};
|
||||
"hyprland/window" = {
|
||||
rewrite = {
|
||||
"(.*) - GNU Emacs(.*)" = " $1";
|
||||
"btop" = " System monitoring";
|
||||
"(.*) - Chromium" = " $1";
|
||||
"(.*) - GNU Emacs(.*)" = " $1";
|
||||
"btop" = " System Status";
|
||||
"ncspot" = " Spotify TUI";
|
||||
"(.*) - Chromium" = " $1";
|
||||
"Nyxt - (.*)" = " $1";
|
||||
"(.*) - Discord" = " $1";
|
||||
"NoMachine - (.*)" = " $1";
|
||||
};
|
||||
separate-outputs = true;
|
||||
|
|
Loading…
Reference in a new issue