mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
fix config idle/paper config paths (#482)
This commit is contained in:
parent
1f89b03115
commit
7da139c735
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ hypridle is hyprland's idle management daemon.
|
|||
|
||||
## Configuration
|
||||
|
||||
Configuration is done via the config file at `~/.config/hypridle.conf`.
|
||||
Configuration is done via the config file at `~/.config/hypr/hypridle.conf`.
|
||||
A config file is required; hypridle won't run without one.
|
||||
|
||||
### General
|
||||
|
|
|
@ -4,7 +4,7 @@ hyprpaper is a fast, IPC-controlled wallpaper utility for hyprland.
|
|||
|
||||
## Configuration
|
||||
|
||||
The config file is located at `~/.config/hypridle.conf`. It is not required.
|
||||
The config file is located at `~/.config/hypr/hyprpaper.conf`. It is not required.
|
||||
|
||||
Configuration is done via `preload`s, which _load_ an image into memory.
|
||||
Then, you use `wallpaper` keywords to apply the preloaded image to your
|
||||
|
|
Loading…
Reference in a new issue