From 638e35fcacd5dd6d0ef6c8125c1edf8b9a006224 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 5 Nov 2025 15:15:01 +0100 Subject: [PATCH] Hyprland envs are superseeded by uwsm/env --- bin/omarchy-refresh-hyprland | 2 +- config/hypr/envs.conf | 2 -- config/hypr/hyprland.conf | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 config/hypr/envs.conf diff --git a/bin/omarchy-refresh-hyprland b/bin/omarchy-refresh-hyprland index 7c0a278b..1f1ab0cc 100755 --- a/bin/omarchy-refresh-hyprland +++ b/bin/omarchy-refresh-hyprland @@ -2,6 +2,6 @@ omarchy-refresh-config hypr/autostart.conf omarchy-refresh-config hypr/bindings.conf -omarchy-refresh-config hypr/envs.conf omarchy-refresh-config hypr/input.conf +omarchy-refresh-config hypr/looknfeel.conf omarchy-refresh-config hypr/hyprland.conf diff --git a/config/hypr/envs.conf b/config/hypr/envs.conf deleted file mode 100644 index a2a36410..00000000 --- a/config/hypr/envs.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Extra env variables -# env = MY_GLOBAL_ENV,setting diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index f513cd08..4786e7e2 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -16,7 +16,6 @@ source = ~/.config/omarchy/current/theme/hyprland.conf source = ~/.config/hypr/monitors.conf source = ~/.config/hypr/input.conf source = ~/.config/hypr/bindings.conf -source = ~/.config/hypr/envs.conf source = ~/.config/hypr/looknfeel.conf source = ~/.config/hypr/autostart.conf