- added custom systemd config for sleep and login.
Those scripts should be placed in /etc/systemd/ in case of a restore on the laptop - strengthened the lid_close and lid_open scripts to debounce and not handle sleep - switched from deep sleep to s2idle, so that resume is not immediate - hibernating after 30 minutes of s2idle state - themed fuzzel with dracula - cleaned up hyprland comments on lid close/open - removed splash from hyprpaper config
This commit is contained in:
5
.config/etc_systemd/logind.conf.d/10-hybrid.conf
Normal file
5
.config/etc_systemd/logind.conf.d/10-hybrid.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
[Login]
|
||||
HandleLidSwitch=suspend-then-hibernate
|
||||
HandleLidSwitchExternalPower=suspend-then-hibernate
|
||||
HandleLidSwitchDocked=ignore
|
||||
|
||||
5
.config/etc_systemd/sleep.conf.d/10-hybrid.conf
Normal file
5
.config/etc_systemd/sleep.conf.d/10-hybrid.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
[Sleep]
|
||||
AllowSuspendThenHibernate=yes
|
||||
MemorySleepMode=s2idle
|
||||
HibernateDelaySec=30min
|
||||
|
||||
Reference in New Issue
Block a user