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 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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue