Skip to content

Commit 14578b4

Browse files
committed
Backport Fix : fresh installation errors
1 parent f246f2a commit 14578b4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2727
### Fixed
2828

2929
- Hyprlock: fix hyprlock crashing by handling it as a systemd scope unit
30+
- Hyprland: Backport Fix installation/update errors
3031

3132
## v25.9.1
3233

β€Ž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

0 commit comments

Comments
Β (0)