From 2cc213f2d61b1984f0bd0a456660a06903e30f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Tue, 7 Nov 2023 19:20:51 +0100 Subject: [PATCH] feat: gnome apps --- desktops/hyprland/hyprland.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/desktops/hyprland/hyprland.nix b/desktops/hyprland/hyprland.nix index c485c92..4ed7677 100644 --- a/desktops/hyprland/hyprland.nix +++ b/desktops/hyprland/hyprland.nix @@ -26,7 +26,6 @@ "swww img ~/Pictures/Wallpapers/wallpaper.jpg" "gnome-keyring-daemon --start --components=secrets" "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" - ]; general = { gaps_in = 4; @@ -72,6 +71,11 @@ "monitor DP-3,^(discord)$" ]; windowrulev2 = [ + # Games + ## AC2 + "monitor DP-3,class:^(steam_app_805550)$" + "fullscreen,class:^(steam_app_805550)$" + "immediate,class:^(steam_app_805550)$" # IntelliJ focus fixes "windowdance,class:^(jetbrains-.*)$" "dimaround,class:^(jetbrains-.*)$,floating:1,title:^(?!win)" @@ -134,11 +138,15 @@ gnome.gnome-clocks gnome.gnome-calculator gnome.simple-scan + gnome.gedit + gnome.eog gnome.geary gnome.ghex gnome.gnome-weather gnome.gnome-keyring gnome.gnome-disk-utility + # fixes + xorg.xrandr ]; dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";