From 04f074b71c99e655666f615ee325bee91ebea5db Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Fri, 3 Jul 2026 16:14:37 -0400 Subject: [PATCH] Update hypr bindings and hypridle config --- hypr/bindings.conf | 1 + hypr/hypridle.conf | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hypr/bindings.conf b/hypr/bindings.conf index 62ad87c..c54632c 100644 --- a/hypr/bindings.conf +++ b/hypr/bindings.conf @@ -27,6 +27,7 @@ bindd = SUPER SHIFT, X, X, exec, omarchy-launch-webapp "https://x.com/" bindd = SUPER SHIFT ALT, X, X Post, exec, omarchy-launch-webapp "https://x.com/compose/post" # Add extra bindings +bindd = SUPER ALT, W, Wallpaper picker, exec, ags toggle wall-picker # bind = SUPER SHIFT, R, exec, alacritty -e ssh your-server # Overwrite existing bindings, like putting Omarchy Menu on Super + Space diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index b7d1769..25e6bc4 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -1,28 +1,28 @@ general { - lock_cmd = omarchy-lock-screen # lock screen and 1password + lock_cmd = omarchy-system-lock # lock screen and 1password before_sleep_cmd = loginctl lock-session # lock before suspend. after_sleep_cmd = sleep 1 && hyprctl dispatch dpms on # delay for PAM readiness, then turn on display. inhibit_sleep = 3 # wait until screen is locked } listener { - timeout = 150 # 2.5min + timeout = 300 # 5min on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already) } listener { - timeout = 151 # 5min + timeout = 301 # 5min on-timeout = loginctl lock-session # lock screen when timeout has passed } listener { - timeout = 330 # 5.5min + timeout = 480 # 8min on-timeout = brightnessctl -sd '*::kbd_backlight' set 0 # save state and turn off keyboard backlight on-resume = brightnessctl -rd '*::kbd_backlight' # restore keyboard backlight } listener { - timeout = 330 # 5.5min + timeout = 480 # 8min on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected }