changed suspend behaviour

This commit is contained in:
Kristian Krsnik 2023-08-10 14:43:45 +02:00
parent 41dc213ccb
commit 7f49730f8f
2 changed files with 4 additions and 2 deletions

View File

@ -45,8 +45,8 @@
];
};
"org/gnome/settings-daemon/plugins/power" = {
sleep-inactive-ac-type = "nothing";
power-button-action = "interactive";
sleep-inactive-ac-type = "nothing"; # Automatic suspend/hibernation creates a suspend/hibernation loop
power-button-action = "suspend";
};
"org/gnome/mutter" = {
edge-tiling = true;
@ -62,6 +62,7 @@
"places-menu@gnome-shell-extensions.gcampax.github.com"
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
"trayIconsReloaded@selfmade.pl"
"espresso@coadmunkee.github.com"
];
};
}

View File

@ -32,4 +32,5 @@ with pkgs; [
# Gnome extension
gnomeExtensions.quick-settings-audio-panel
gnomeExtensions.tray-icons-reloaded
gnomeExtensions.espresso
]