Compare commits

..

No commits in common. "15e08c50580b05fafe1e75b48dd1e37b8091b492" and "ddabbd54333e5a6fbcf84f0a941b670edc1f085a" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View file

@ -197,10 +197,8 @@
windowrule = [ windowrule = [
# Workspace binds # Workspace binds
"workspace 2, (chromium-browser|firefox)" "workspace 2, (chromium-browser|firefox)"
"workspace 3, (libreoffice|soffice)(.*)"
"workspace 4, (com.obsproject.Studio|WebCord|signal)" "workspace 4, (com.obsproject.Studio|WebCord|signal)"
"workspace 4, org.prismlauncher.PrismLauncher" "workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
"workspace 5 silent, steam" # Keep silent to avoid popups taking focus
"workspace 6, (x2goclient|Nxplayer.bin)" "workspace 6, (x2goclient|Nxplayer.bin)"
# Float + move system windows # Float + move system windows

View file

@ -63,7 +63,7 @@
format-icons = { format-icons = {
"1" = "󰟀 "; "1" = "󰟀 ";
"2" = "󰖟 "; "2" = "󰖟 ";
"3" = "󱧶 "; "3" = "󰝚 ";
"4" = "󰭻 "; "4" = "󰭻 ";
"5" = "󰹁 "; "5" = "󰹁 ";
"6" = "󰫃 "; "6" = "󰫃 ";

View file

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