feat(desktop): some more settings.

This commit is contained in:
CronyAkatsuki 2025-10-01 14:37:08 +02:00
parent f79f43c617
commit f8992a97e4
3 changed files with 10 additions and 7 deletions

View file

@ -294,19 +294,18 @@ in {
# Disable animations for ueberzugpp # Disable animations for ueberzugpp
"noanim, class:^(ueberzugpp.*)$" "noanim, class:^(ueberzugpp.*)$"
# Allow tearing for sifu
"immediate, class:^(steam_app_2138710)$"
"immediate, class:^(steam_app_1145360)$"
"immediate, class:^(Graveyard Keeper.x86_64)$"
"immediate, class:^(gamescope)$"
"immediate, class:^(steam_app_1087760)$"
# Make workspace 6 a floating layout # Make workspace 6 a floating layout
"float, workspace:6" "float, workspace:6"
# Make keepassxc floating # Make keepassxc floating
"float, class:^(org.keepassxc.KeePassXC)$" "float, class:^(org.keepassxc.KeePassXC)$"
# Setup settings for games
"fullscreen,class:^steam_app_\d+$"
"monitor 1,class:^steam_app_\d+$"
"workspace 6,class:^steam_app_\d+$"
"content game, class:^steam_app_\d+$"
# Move to workspace 1 # Move to workspace 1
"workspace 1, class:^(org.qutebrowser.qutebrowser)$" "workspace 1, class:^(org.qutebrowser.qutebrowser)$"

View file

@ -26,6 +26,7 @@
cpu_temp = true; cpu_temp = true;
cpu_text = "CPU"; cpu_text = "CPU";
cpu_mhz = true; cpu_mhz = true;
cpu_power = true;
cpu_load_change = true; cpu_load_change = true;
vram = true; vram = true;

View file

@ -12,6 +12,9 @@
# Install steam # Install steam
programs.steam = { programs.steam = {
enable = true; enable = true;
extraCompatPackages = [
pkgs.proton-ge-custom
];
}; };
# Enable gamescope # Enable gamescope
programs.gamescope = { programs.gamescope = {