Skip to content

Commit 3b17984

Browse files
committed
Fix broken fresh installation
@richen604 This way if the config is not set we fall back to the old way to configure.
1 parent b34b7c2 commit 3b17984

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to `HyDE` will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to _Modified_ [CalVer](https://calver.org/). See [Versioning](https://github.com/HyDE-Project/HyDE/blob/master/RELEASE_POLICY.md#versioning-yymq) For more info
66

7+
## v25.10.1
8+
9+
### Fixed
10+
- Hyprland: Fix errors when `HYPRLAND_CONFIG` is not set yet
11+
- Fish: Pleas Move you configs to `~/.config/fish/conf.d`
12+
13+
714
## v25.9.3
815

916
### Changed

Configs/.config/hypr/hyprland.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ $HYDE_HYPRLAND=set #! Do not remove - HyDE marker to prevent file overwrite
1111
#!  ░▒▒░░▓▓   ▓▓   \__  |____/ |____/
1212
#!    ░▒▓▓   ▓▓  //____/
1313

14-
#? Read https://hydeproject.pages.dev/en/configuring/hyprland/ for the full documentation.
1514

15+
# ------------------------------------------------------
16+
#TODO Please remove this block if you are sure $HYPRLAND_CONFIG is set
17+
#? This is only use for fallback
18+
source = $HOME/.local/share/hyde/hyprland.conf # Fallback when HYPRLAND_CONFIG is not set
19+
# -------------------------------------------------------
20+
21+
#? Read https://hydeproject.pages.dev/en/configuring/hyprland/ for the full documentation.
1622

1723
source = ./keybindings.conf # Keyboard shortcuts
1824
source = ./windowrules.conf # Window rules

RELEASE_POLICY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ We use **year.month.week** format (`YY.M.W`) instead of traditional semantic ver
5252
- **Predictable progression:** Always `.1` then `.3` each month
5353
- **No arbitrary numbers:** No confusion about what constitutes "major" vs "minor"
5454
- **User-friendly:** Easy to understand - `25.7.1` = "1st Week of July 2025"
55+
remote: Counting objects: 100% (1/1), done.
56+
remote: Total 1 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
57+
Unpacking objects: 100% (1/1), 869 bytes | 869.00 KiB/s, done.
58+
From https://github.com/HyDE-Project/HyDE
5559

5660
---
5761

Scripts/restore_cfg.psv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ S|${HOME}/.config/kitty|hyde.conf theme.conf|kitty
8181
P|${HOME}/.config/kitty|kitty.conf|kitty
8282

8383
 Shell 
84-
P|${HOME}/.config|fish|fish
84+
S|${HOME}/.config|fish|fish
8585
P|${HOME}/.config/starship|starship.toml|starship
8686

8787

0 commit comments

Comments
 (0)