From 3518062c1f23a7570b164f5e1a4f61fcac1ae179 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 18:38:53 -0400 Subject: [PATCH] Fix bin references --- default/hypr/autostart.conf | 2 +- default/hypr/bindings/utilities.conf | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 6579a21..664b47a 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -6,4 +6,4 @@ exec-once = uwsm app -- swaybg -i ~/.config/omarchy/current/background -m fill exec-once = uwsm app -- walker --gapplication-service exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = wl-clip-persist --clipboard regular --all-mime-type-regex '^(?!x-kde-passwordManagerHint).+' -exec-once = omarchy-first-run +exec-once = ~/.local/share/omarchy/bin/omarchy-first-run diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 6648518..cffd84d 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -24,13 +24,13 @@ bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brig bind = SHIFT CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness +60000 # Screenshots -bind = , PRINT, exec, omarchy-cmd-screenshot -bind = SHIFT, PRINT, exec, omarchy-cmd-screenshot window -bind = CTRL, PRINT, exec, omarchy-cmd-screenshot output +bind = , PRINT, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot +bind = SHIFT, PRINT, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot window +bind = CTRL, PRINT, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenshot output # Screenshots -bind = ALT, PRINT, exec, omarchy-cmd-screenrecord -bind = CTRL ALT, PRINT, exec, omarchy-cmd-screenrecord output +bind = ALT, PRINT, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenrecord +bind = CTRL ALT, PRINT, exec, ~/.local/share/omarchy/bin/omarchy-cmd-screenrecord output # Color picker bind = SUPER, PRINT, exec, hyprpicker -a