- 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:
@@ -1,3 +1,6 @@
|
||||
#Sourced from https://github.com/dracula/fuzzel
|
||||
#dracula themed fuzzel
|
||||
|
||||
# output=<not set>
|
||||
font=JetBrainsMono Nerd Font Mono:size=15
|
||||
match-counter = on
|
||||
@@ -11,7 +14,7 @@
|
||||
# password-character=*
|
||||
# fuzzy=yes
|
||||
show-actions=yes
|
||||
list-executables-in-path=yes
|
||||
list-executables-in-path=no
|
||||
# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
|
||||
terminal=wezterm {cmd}
|
||||
# launch-prefix=<not set>
|
||||
|
||||
Reference in New Issue
Block a user