Skip to content

Commit 646da1a

Browse files
committed
clarification
1 parent 750199a commit 646da1a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ sddm-hyprland tries to source these configuration files:
4343
> It is on the user to create these file/s and directory and be organized.
4444
4545
```bash
46-
/var/tmp/hypr/hyprland.conf
47-
/etc/sddm.conf.d/hypr/
48-
/etc/sddm.conf.d/hypr/monitors/*.conf
46+
${prefix}/share/hyde/sddm/hyprprefs.conf
47+
/etc/sddm.conf.d/hypr/sddm-hyprland.conf
4948
```
5049

50+
> [!Note]
51+
> Default ${prefix} is `/usr`
52+
5153
### Keyboard layouts
5254

5355
[Configuring keyboard layouts in hyprland ](https://wiki.hyprland.org/Configuring/Keyboard/)
@@ -70,7 +72,7 @@ You can also solve some scaling issue specific to your monitor.
7072

7173
### Cursor
7274

73-
##### Without HyDE
75+
<!-- ##### Without HyDE -->
7476

7577
Due to some sort of [bug](https://forum.garudalinux.org/t/sddm-does-not-use-the-set-cursor/37680/6), the cursors cannot be set naturally by the compositor.
7678
Therefore we have to set it manually.

src/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ windowrulev2 = workspace emptym,fullscreen, stayfocused, decorate 0, noanim, nob
2626
# source a file relative to the current configuration file
2727
source = ./hyprprefs.conf # Manually create and edit this file
2828
# source from a sddm.conf.d directory
29-
source = /etc/sddm.conf.d/hypr/sddm-hyprland.conf # Manually create and edit this file
29+
source = /etc/sddm.conf.d/hypr/hyprland.conf # Manually create and edit this file
3030

3131
# hyprlang noerror false
3232

0 commit comments

Comments
 (0)