Compare commits

..

No commits in common. "ba5c7383138061142136252e004a9d19586bbc0e" and "fdba59544c28bc69b31cd765d947e30ffb974f2e" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View file

@ -198,9 +198,9 @@
windowrule = [
# Workspace binds
"workspace 2, firefox"
"workspace 3, (libreoffice|soffice)(.*)"
"workspace 4, (com.obsproject.Studio|WebCord|signal|whatsapp-for-linux|teams-for-linux)"
"workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
"workspace 6, (x2goclient|Nxplayer.bin)"
# Float + move system windows
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"

View file

@ -54,8 +54,6 @@
"([Ss]team)" = "󰓓 $1";
"(Prism Launcher.*)" = "󰍳 Minecraft ($1)";
"Microsoft Teams(?: classic)?(?: - )?(.*)(?: \| Microsoft Teams)?" = "󰊻 $1";
"(X2Go Client)" = "󰢹 $1";
"(NoMachine|Nxplayer.bin) (.*)" = "󰢹 $1 $2";
};
"separate-outputs" = true;
};
@ -64,7 +62,7 @@
format-icons = {
"1" = "󰟀 ";
"2" = "󰖟 ";
"3" = "󰝚 ";
"3" = "󱧶 ";
"4" = "󰭻 ";
"5" = "󰹁 ";
"6" = "󰫃 ";

View file

@ -2,7 +2,7 @@
imports = [../Scorch/home.nix];
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
wayland.windowManager.hyprland.settings = {
workspace = ["3, monitor:eDP-1, default:true"];
workspace = ["4, monitor:eDP-1, default:true"];
monitor = ["eDP-1,1920x1080,2560x576,1.20"];
};
}