changed suspend behaviour
This commit is contained in:
parent
41dc213ccb
commit
7f49730f8f
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -32,4 +32,5 @@ with pkgs; [
|
||||
# Gnome extension
|
||||
gnomeExtensions.quick-settings-audio-panel
|
||||
gnomeExtensions.tray-icons-reloaded
|
||||
gnomeExtensions.espresso
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user