hyprland config no. 328

This commit is contained in:
KoenDR06 2025-05-04 21:54:26 +02:00
parent 1431232447
commit 4cf843cfb1
3 changed files with 17 additions and 1 deletions

View 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
}

View file

@ -7,8 +7,11 @@ $nix = /home/horseman/nix-config
### AUTOSTART ### ### AUTOSTART ###
################# #################
exec-once = swaybg -i $nix/misc/wallpaper.png exec-once = hyprpaper
exec-once = eww daemon 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.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:

View file

@ -26,7 +26,10 @@ in {
brightnessctl brightnessctl
eww eww
fortune fortune
hypridle
hyprlock hyprlock
hyprpaper
hyprpolkitagent
hyprshot hyprshot
jq jq
networkmanagerapplet networkmanagerapplet