diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-16 22:22:14 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-16 22:23:22 -0500 |
| commit | 3363d48f00d92bbefe1a65c5331a5671ef88ae6a (patch) | |
| tree | 431b300f6d6ecce822f59054ac9ac6236e7b1c40 /config/hypr/configs | |
| parent | fedec77164a973edfb03e6a8d60382dc62f30f1d (diff) | |
Disabled RainbowBorders by default use quick settings to enable
The new mode select menu for RainbowBorders makes the prompt at install
redundant. Especially when upgrading
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
renamed: config/hypr/UserScripts/RainbowBorders.sh -> config/hypr/UserScripts/RainbowBorders.bak.sh
modified: config/hypr/configs/Startup_Apps.conf
modified: copy.sh
modified: scripts/lib_prompts.sh
Diffstat (limited to 'config/hypr/configs')
| -rw-r--r-- | config/hypr/configs/Startup_Apps.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/configs/Startup_Apps.conf b/config/hypr/configs/Startup_Apps.conf index 2bf902cd..0cc5da11 100644 --- a/config/hypr/configs/Startup_Apps.conf +++ b/config/hypr/configs/Startup_Apps.conf @@ -33,8 +33,8 @@ exec-once = $scriptsDir/Hyprsunset.sh init exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store -# Rainbow borders -exec-once = $UserScripts/RainbowBorders.sh +# Rainbow borders (disabled by default; use quick settings menu) +#exec-once = $UserScripts/RainbowBorders.sh # Here are list of features available but disabled by default |
