changed suspend behaviour
This commit is contained in:
parent
41dc213ccb
commit
7f49730f8f
@ -45,8 +45,8 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
"org/gnome/settings-daemon/plugins/power" = {
|
"org/gnome/settings-daemon/plugins/power" = {
|
||||||
sleep-inactive-ac-type = "nothing";
|
sleep-inactive-ac-type = "nothing"; # Automatic suspend/hibernation creates a suspend/hibernation loop
|
||||||
power-button-action = "interactive";
|
power-button-action = "suspend";
|
||||||
};
|
};
|
||||||
"org/gnome/mutter" = {
|
"org/gnome/mutter" = {
|
||||||
edge-tiling = true;
|
edge-tiling = true;
|
||||||
@ -62,6 +62,7 @@
|
|||||||
"places-menu@gnome-shell-extensions.gcampax.github.com"
|
"places-menu@gnome-shell-extensions.gcampax.github.com"
|
||||||
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
||||||
"trayIconsReloaded@selfmade.pl"
|
"trayIconsReloaded@selfmade.pl"
|
||||||
|
"espresso@coadmunkee.github.com"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,4 +32,5 @@ with pkgs; [
|
|||||||
# Gnome extension
|
# Gnome extension
|
||||||
gnomeExtensions.quick-settings-audio-panel
|
gnomeExtensions.quick-settings-audio-panel
|
||||||
gnomeExtensions.tray-icons-reloaded
|
gnomeExtensions.tray-icons-reloaded
|
||||||
|
gnomeExtensions.espresso
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user