feat: fullscreen gamescope

This commit is contained in:
Nydragon 2024-08-13 15:23:10 +02:00
parent 5cd6293472
commit a66ddcd750
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
3 changed files with 2 additions and 1 deletions

View file

@ -95,6 +95,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
"workspace 4,initialClass:${mkRegexList [ "discord" ]}" "workspace 4,initialClass:${mkRegexList [ "discord" ]}"
"workspace 5,initialClass:${mkRegexList [ "lollypop" ]}" "workspace 5,initialClass:${mkRegexList [ "lollypop" ]}"
"fullscreen, class:gamescope"
# Fixes: Nextcloud Client having a variable size depending on open tiled windows # Fixes: Nextcloud Client having a variable size depending on open tiled windows
"size 30% 50%, initialClass:com.nextcloud.desktopclient.nextcloud" "size 30% 50%, initialClass:com.nextcloud.desktopclient.nextcloud"
# Fixes: Nextcloud Client closing instantly because the cursor is not on the app # Fixes: Nextcloud Client closing instantly because the cursor is not on the app

View file

@ -3,7 +3,7 @@
imports = [ imports = [
./nixpkgs.nix ./nixpkgs.nix
./overlays ./overlays.nix
]; ];
nix = { nix = {