hyprland config no. 328
This commit is contained in:
parent
1431232447
commit
4cf843cfb1
3 changed files with 17 additions and 1 deletions
10
modules/wm/hyprland/config/hypr/hypridle.conf
Normal file
10
modules/wm/hyprland/config/hypr/hypridle.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
general {
|
||||
lock_cmd = pidof hyprlock || hyprlock
|
||||
}
|
||||
|
||||
# Turn off screen
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = loginctl lock-session; hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
|
@ -7,8 +7,11 @@ $nix = /home/horseman/nix-config
|
|||
### AUTOSTART ###
|
||||
#################
|
||||
|
||||
exec-once = swaybg -i $nix/misc/wallpaper.png
|
||||
exec-once = hyprpaper
|
||||
exec-once = eww daemon
|
||||
exec-once = hypridle
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = hyprpaper
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,10 @@ in {
|
|||
brightnessctl
|
||||
eww
|
||||
fortune
|
||||
hypridle
|
||||
hyprlock
|
||||
hyprpaper
|
||||
hyprpolkitagent
|
||||
hyprshot
|
||||
jq
|
||||
networkmanagerapplet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue