feat(hypridle): Config hypridle
This commit is contained in:
parent
278730c64d
commit
ae1ad9e9a7
10
dot-config/hypr/hypridle.conf
Normal file
10
dot-config/hypr/hypridle.conf
Normal file
@ -0,0 +1,10 @@
|
||||
general {
|
||||
ignore_dbus_inhibit = false
|
||||
}
|
||||
|
||||
# dpms
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
@ -46,7 +46,7 @@ $menu = wofi --show drun
|
||||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = waybar & hyprpaper
|
||||
exec-once = waybar & hyprpaper & hypridle
|
||||
|
||||
|
||||
#############################
|
||||
|
Loading…
Reference in New Issue
Block a user