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 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
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./nixpkgs.nix
|
./nixpkgs.nix
|
||||||
./overlays
|
./overlays.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue