]> Freerunner's - dotfiles.git/commitdiff
hypr: some fixes for land, time tweaks for idle
authorAndre Ramnitz <tux.rising@gmail.com>
Sun, 8 Mar 2026 11:26:05 +0000 (12:26 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 8 Mar 2026 11:26:05 +0000 (12:26 +0100)
dot-config/hypr/hypridle.conf
dot-config/hypr/hyprland.conf
dot-config/hypr/hyprtoolkit.conf

index 03a27467ed7ac29f826379b79efd26221b5b6f9e..5c42ec18d7301f1317d31e527bc39a4df941e27e 100644 (file)
@@ -1,45 +1,27 @@
-# kak: filetype=conf:tabstop=4:indentwidth=4
+# kak: filetype=conf:tabstop=5:indentwidth=4
 # ░█░█░█░█░█▀█░█▀▄░█░░░█▀█░█▀█░█▀▄░░░█▀▀░█▀█░█▀█░█▀▀░▀█▀░█▀▀
 # ░█▀█░░█░░█▀▀░█▀▄░█░░░█▀█░█░█░█░█░░░█░░░█░█░█░█░█▀▀░░█░░█░█
 # ░▀░▀░░▀░░▀░░░▀░▀░▀▀▀░▀░▀░▀░▀░▀▀░░░░▀▀▀░▀▀▀░▀░▀░▀░░░▀▀▀░▀▀▀
 
 general {
-    lock_cmd = pidof hyprlock || hyprlock       # avoid starting multiple hyprlock instances.
-    before_sleep_cmd = loginctl lock-session    # lock before suspend.
-    # after_sleep_cmd = hyprctl dispatch dpms on  # to avoid having to press a key twice to turn on the display.
-    after_sleep_cmd = openrgb -p default
+    lock_cmd = qs -c noctalia-shell ipc call lockScreen lock # avoid starting multiple hyprlock instances.
+    before_sleep_cmd = loginctl lock-session                 # lock before suspend.
+    after_sleep_cmd = hyprctl dispatch dpms on               # to avoid having to press a key twice to turn on the display.
 }
 
-# listener {
-#     timeout = 150                                # 2.5min.
-#     on-timeout = brightnessctl -s set 10         # set monitor backlight to minimum, avoid 0 on OLED monitor.
-#     on-resume = brightnessctl -r                 # monitor backlight restore.
-# }
-
-# # turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
-# listener { 
-#     timeout = 150                                          # 2.5min.
-#     on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
-#     on-resume = brightnessctl -rd rgb:kbd_backlight        # turn on keyboard backlight.
-# }
-
 listener {
-    # timeout = 1200                                # 20min
-    timeout = 300                                # 5min
+    timeout = 600                                 # 10min
     on-timeout = loginctl lock-session            # lock screen when timeout has passed
 }
 
 listener {
-    # timeout = 2400                                # 45min
-    timeout = 600                                # 10min
+    timeout = 900                                 # 15min
     on-timeout = hyprctl dispatch dpms off        # screen off when timeout has passed
     on-resume = hyprctl dispatch dpms on          # screen on when activity is detected after timeout has fired.
 }
 
 listener {
-    # timeout = 3600                                # 90min
-    timeout = 1200                                # 20min
+    timeout = 1500                                # 30min
     on-timeout = loginctl suspend                 # suspend pc
-    # on-resume = openrgb -p default                # reset lighting on resume
 }
 
index ce1b54223971194e77a1b540c326632a79e05819..e515504480a73530f1ab84f7d04118248b8da136 100644 (file)
@@ -225,7 +225,7 @@ cursor {
     no_warps = 0
     no_hardware_cursors = 2
     no_break_fs_vrr = 1
-    warp_on_change_workspace = 1
+    warp_on_change_workspace = 0
     warp_on_toggle_special = 1
     use_cpu_buffer = 2 # 2=nvidia-only
 }
index 33650f0cea842ea9af015773ccae293565683df0..294f5a9c8c1120ef33ec8bfc2b9e31780351248a 100644 (file)
@@ -1,7 +1,7 @@
-background = rgba(1c1822ff)
-base = rgba(1c1822ff)
-text = rgba(e9e4f0ff)
-alternate_base = rgba(262130ff)
-bright_text = rgba(f3edf7ff)
-accent = rgba(c7a1d8ff)
-accent_secondary = rgba(a984c4ff)
\ No newline at end of file
+background = rgba(1f1f28ff)
+base = rgba(1f1f28ff)
+text = rgba(c8c093ff)
+alternate_base = rgba(2a2a37ff)
+bright_text = rgba(1f1f28ff)
+accent = rgba(76946aff)
+accent_secondary = rgba(c0a36eff)
\ No newline at end of file