mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-07-06 21:19:24 -04:00
add labwc and update stuff
This commit is contained in:
parent
189e89212d
commit
8f02c07390
24 changed files with 1687 additions and 202 deletions
24
dot_config/hypr/hypridle.conf
Normal file
24
dot_config/hypr/hypridle.conf
Normal file
|
@ -0,0 +1,24 @@
|
|||
general {
|
||||
lock_cmd = swaylock
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||
# after_sleep_cmd = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
# Lock the screen
|
||||
# listener {
|
||||
# timeout = 300
|
||||
# on-timeout = loginctl lock-session
|
||||
# }
|
||||
|
||||
# Turn off screen
|
||||
# listener {
|
||||
# timeout = 90
|
||||
# on-timeout = hyprctl dispatch dpms off
|
||||
# on-resume = hyprctl dispatch dpms on
|
||||
# }
|
||||
|
||||
# Suspend the system
|
||||
# listener {
|
||||
# timeout = 600
|
||||
# on-timeout = systemctl suspend
|
||||
# }
|
Loading…
Add table
Add a link
Reference in a new issue