- 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:
@@ -193,10 +193,9 @@ bind = , XF86MonBrightnessUp, exec, sudo brightnessctl s "+10%"
|
||||
bind = , XF86MonBrightnessDown, exec, sudo brightnessctl s "10%-"
|
||||
|
||||
#lid binds
|
||||
#bindl = , switch:on:Lid Switch, exec, swaylock --screenshots --effect-blur 7x5 --clock
|
||||
# trigger when the switch is turning off
|
||||
# trigger when the lid is opened
|
||||
bindl = , switch:off:Lid Switch,exec,~/bin/lid_open.sh
|
||||
# # trigger when the switch is turning on
|
||||
# trigger when the lid is closed
|
||||
bindl = , switch:on:Lid Switch,exec,~/bin/lid_close.sh
|
||||
|
||||
# Desktop zooming or magnifier
|
||||
|
||||
Reference in New Issue
Block a user