feat: gnome apps

This commit is contained in:
2023-11-07 19:20:51 +01:00
parent e584114953
commit 2cc213f2d6

View File

@@ -26,7 +26,6 @@
"swww img ~/Pictures/Wallpapers/wallpaper.jpg" "swww img ~/Pictures/Wallpapers/wallpaper.jpg"
"gnome-keyring-daemon --start --components=secrets" "gnome-keyring-daemon --start --components=secrets"
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
]; ];
general = { general = {
gaps_in = 4; gaps_in = 4;
@@ -72,6 +71,11 @@
"monitor DP-3,^(discord)$" "monitor DP-3,^(discord)$"
]; ];
windowrulev2 = [ windowrulev2 = [
# Games
## AC2
"monitor DP-3,class:^(steam_app_805550)$"
"fullscreen,class:^(steam_app_805550)$"
"immediate,class:^(steam_app_805550)$"
# IntelliJ focus fixes # IntelliJ focus fixes
"windowdance,class:^(jetbrains-.*)$" "windowdance,class:^(jetbrains-.*)$"
"dimaround,class:^(jetbrains-.*)$,floating:1,title:^(?!win)" "dimaround,class:^(jetbrains-.*)$,floating:1,title:^(?!win)"
@@ -134,11 +138,15 @@
gnome.gnome-clocks gnome.gnome-clocks
gnome.gnome-calculator gnome.gnome-calculator
gnome.simple-scan gnome.simple-scan
gnome.gedit
gnome.eog
gnome.geary gnome.geary
gnome.ghex gnome.ghex
gnome.gnome-weather gnome.gnome-weather
gnome.gnome-keyring gnome.gnome-keyring
gnome.gnome-disk-utility gnome.gnome-disk-utility
# fixes
xorg.xrandr
]; ];
dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-dark"; dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";