Change workspace 3 to be a music workspace
Remove workspace rule for libreoffice, add a rule for x2go and nomachine
This commit is contained in:
parent
fdba59544c
commit
2e83f46738
|
@ -198,9 +198,9 @@
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# Workspace binds
|
||||||
"workspace 2, firefox"
|
"workspace 2, firefox"
|
||||||
"workspace 3, (libreoffice|soffice)(.*)"
|
|
||||||
"workspace 4, (com.obsproject.Studio|WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
"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 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
||||||
|
"workspace 6, (x2goclient|Nxplayer.bin)"
|
||||||
|
|
||||||
# Float + move system windows
|
# Float + move system windows
|
||||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
"6" = " ";
|
"6" = " ";
|
||||||
|
|
|
@ -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 = ["4, monitor:eDP-1, default:true"];
|
workspace = ["3, monitor:eDP-1, default:true"];
|
||||||
monitor = ["eDP-1,1920x1080,2560x576,1.20"];
|
monitor = ["eDP-1,1920x1080,2560x576,1.20"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue