feat: fullscreen gamescope
This commit is contained in:
parent
5cd6293472
commit
a66ddcd750
3 changed files with 2 additions and 1 deletions
|
@ -95,6 +95,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
|||
"workspace 4,initialClass:${mkRegexList [ "discord" ]}"
|
||||
"workspace 5,initialClass:${mkRegexList [ "lollypop" ]}"
|
||||
|
||||
"fullscreen, class:gamescope"
|
||||
# Fixes: Nextcloud Client having a variable size depending on open tiled windows
|
||||
"size 30% 50%, initialClass:com.nextcloud.desktopclient.nextcloud"
|
||||
# Fixes: Nextcloud Client closing instantly because the cursor is not on the app
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
imports = [
|
||||
./nixpkgs.nix
|
||||
./overlays
|
||||
./overlays.nix
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Reference in a new issue