From 43b6e9d2e24294a2d07e15717c501736697afb11 Mon Sep 17 00:00:00 2001 From: Jesal <41968965+Jesalx@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:22:23 -0500 Subject: [PATCH] readme: fix typos (#124) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc217b8..d969987 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ preload = /path/to/image.png preload = /path/to/next_image.png # .. 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 #if more than one monitor in use, can load a 2nd image 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 #... 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...