Compare commits

...

2 commits

Author SHA1 Message Date
Evie Litherland-Smith 6191622f0f Update hostname for Freia in SSH config 2024-05-31 09:33:28 +01:00
Evie Litherland-Smith 47fa0b2761 Add remmina with window rules
Add sway/window to waybar (left slot)
2024-05-31 09:33:10 +01:00
4 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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";}
]) ])
++ []; ++ [];
}; };

View file

@ -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]";

View file

@ -31,7 +31,7 @@
}; };
"freia" = { "freia" = {
user = "elitherl"; user = "elitherl";
hostname = "freia020.hpc.l"; hostname = "freia027.hpc.l";
forwardX11Trusted = true; forwardX11Trusted = true;
}; };
"heimdall" = { "heimdall" = {