readme: fix typos (#124)

This commit is contained in:
Jesal 2024-01-04 17:22:23 -05:00 committed by GitHub
parent ce829bd51d
commit 43b6e9d2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ preload = /path/to/image.png
preload = /path/to/next_image.png preload = /path/to/next_image.png
# .. more preloads # .. more preloads
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used #set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used
wallpaper = monitor1,/path/to/image.png wallpaper = monitor1,/path/to/image.png
#if more than one monitor in use, can load a 2nd image #if more than one monitor in use, can load a 2nd image
wallpaper = monitor2,/path/to/next_image.png wallpaper = monitor2,/path/to/next_image.png
@ -128,7 +128,7 @@ $w3 = hyprctl hyprpaper wallpaper "DP-1,~/Pictures/myepicpngAlso.png"
#yes use quotes around desired monitor and wallpaper #yes use quotes around desired monitor and wallpaper
#... continued with desired amount #... continued with desired amount
``` ```
With the varibles created we can now "exec" the actions. With the variables created we can now "exec" the actions.
Remember in Hyprland we can bind more than one action to a key so in the case where we'd like to change the wallpaper when we switch workspace we have to ensure that the actions are bound to the same key such as... Remember in Hyprland we can bind more than one action to a key so in the case where we'd like to change the wallpaper when we switch workspace we have to ensure that the actions are bound to the same key such as...