Add remmina with window rules
Add sway/window to waybar (left slot)
This commit is contained in:
parent
f720691768
commit
47fa0b2761
|
@ -104,6 +104,7 @@
|
|||
evince
|
||||
libreoffice-fresh
|
||||
inkscape
|
||||
remmina
|
||||
webcord
|
||||
signal-desktop
|
||||
whatsapp-for-linux
|
||||
|
|
|
@ -102,8 +102,9 @@
|
|||
{app_id = "whatsapp-for-linux";}
|
||||
{app_id = "teams-for-linux";}
|
||||
{app_id = "twinkle";}
|
||||
{class = "Nxplayer\.bin";}
|
||||
{app_id = "org\.remmina\.Remmina";}
|
||||
{app_id = "Nxplayer\.bin";}
|
||||
{class = "Nxplayer\.bin";}
|
||||
])
|
||||
++ [];
|
||||
};
|
||||
|
|
|
@ -25,11 +25,11 @@
|
|||
# Layout
|
||||
"modules-left" = [
|
||||
"sway/workspaces"
|
||||
"sway/window"
|
||||
];
|
||||
"modules-center" = [
|
||||
"mpris"
|
||||
];
|
||||
"modules-center" = [];
|
||||
"modules-right" = [
|
||||
"mpris"
|
||||
"custom/notification"
|
||||
"pulseaudio"
|
||||
"network"
|
||||
|
@ -71,7 +71,7 @@
|
|||
"max-length" = 50;
|
||||
"rewrite" = {
|
||||
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
||||
"(Alacritty.*)" = " $1";
|
||||
"(foot.*)" = " $1";
|
||||
"(.*) - mpv" = " $1";
|
||||
"swayimg: (.*)" = " $1";
|
||||
"(btm)" = " Resource Usage [$1]";
|
||||
|
|
Reference in a new issue