fix: screen-lock deaktiviert, hyprpwcenter-bind auskommentiert

This commit is contained in:
2026-04-27 09:09:40 +02:00
parent 4d6553bb55
commit 8a33636356
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -5,11 +5,11 @@ general {
ignore_dbus_inhibit = false ignore_dbus_inhibit = false
} }
# Bildschirm sperren nach 5 Minuten Inaktivität # Bildschirm sperren nach 5 Minuten Inaktivität (deaktiviert)
listener { # listener {
timeout = 300 # timeout = 300
on-timeout = loginctl lock-session # on-timeout = loginctl lock-session
} # }
# Bildschirm ausschalten nach 10 Minuten Inaktivität # Bildschirm ausschalten nach 10 Minuten Inaktivität
listener { listener {
+1 -1
View File
@@ -344,7 +344,7 @@ bind = , F3, exec, ~/.config/wal/next-theme.sh
# Neue Tools # Neue Tools
bind = , F4, exec, $launcher bind = , F4, exec, $launcher
bind = , F5, exec, hyprpwcenter # bind = , F5, exec, hyprpwcenter
bind = , F6, exec, ~/.config/hypr/scripts/hyprsunset-toggle.sh bind = , F6, exec, ~/.config/hypr/scripts/hyprsunset-toggle.sh
bind = , F7, exec, hyprshade toggle ~/.config/hypr/shaders/vibrance.glsl bind = , F7, exec, hyprshade toggle ~/.config/hypr/shaders/vibrance.glsl
bind = , F8, exec, hyprshade toggle ~/.config/hypr/shaders/grayscale.glsl bind = , F8, exec, hyprshade toggle ~/.config/hypr/shaders/grayscale.glsl