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
|
evince
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
inkscape
|
inkscape
|
||||||
|
remmina
|
||||||
webcord
|
webcord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
|
|
|
@ -102,8 +102,9 @@
|
||||||
{app_id = "whatsapp-for-linux";}
|
{app_id = "whatsapp-for-linux";}
|
||||||
{app_id = "teams-for-linux";}
|
{app_id = "teams-for-linux";}
|
||||||
{app_id = "twinkle";}
|
{app_id = "twinkle";}
|
||||||
{class = "Nxplayer\.bin";}
|
{app_id = "org\.remmina\.Remmina";}
|
||||||
{app_id = "Nxplayer\.bin";}
|
{app_id = "Nxplayer\.bin";}
|
||||||
|
{class = "Nxplayer\.bin";}
|
||||||
])
|
])
|
||||||
++ [];
|
++ [];
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,11 +25,11 @@
|
||||||
# Layout
|
# Layout
|
||||||
"modules-left" = [
|
"modules-left" = [
|
||||||
"sway/workspaces"
|
"sway/workspaces"
|
||||||
|
"sway/window"
|
||||||
];
|
];
|
||||||
"modules-center" = [
|
"modules-center" = [];
|
||||||
"mpris"
|
|
||||||
];
|
|
||||||
"modules-right" = [
|
"modules-right" = [
|
||||||
|
"mpris"
|
||||||
"custom/notification"
|
"custom/notification"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"network"
|
"network"
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
"max-length" = 50;
|
"max-length" = 50;
|
||||||
"rewrite" = {
|
"rewrite" = {
|
||||||
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
|
||||||
"(Alacritty.*)" = " $1";
|
"(foot.*)" = " $1";
|
||||||
"(.*) - mpv" = " $1";
|
"(.*) - mpv" = " $1";
|
||||||
"swayimg: (.*)" = " $1";
|
"swayimg: (.*)" = " $1";
|
||||||
"(btm)" = " Resource Usage [$1]";
|
"(btm)" = " Resource Usage [$1]";
|
||||||
|
|
Reference in a new issue