From ba424bdf916628bda4772b46ac64574a75b643ee Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:37:54 +1000 Subject: [PATCH] hypr: remove shell-vars Unused and unneeded --- .gitignore | 1 - hypr/hyprland.conf | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8f5d5a8..600b7e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/hypr/shell-vars.conf /hypr/scheme/current.conf /spicetify/config-xpui.ini diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 242050f..5243f04 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -7,10 +7,6 @@ exec = cp -L --no-preserve=mode --update=none $hypr/scheme/default.conf $hypr/sc source = $hypr/scheme/current.conf source = $hypr/variables.conf -# Shell variables -exec = touch -a $hypr/shell-vars.conf -source = $hypr/shell-vars.conf - # User variables exec = mkdir -p $cConf && touch -a $cConf/hypr-vars.conf source = $cConf/hypr-vars.conf