Skip to content

Commit 1a7e154

Browse files
committed
pendrellvale => [m][changeMeWall.spell]
1 parent e709c7c commit 1a7e154

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

spells/changeMeWall.spell

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ show_help() {
2929
Pick a different wallpaper for each screen
3030
-q | --fast
3131
Skip picking colors from wallpaper for faster setting
32+
--wayland=X
33+
Force wayland, X is the display. Defaults to 0
3234
3335
\e[36mExamples:\e[0m
3436
Pick a random wallpaper
@@ -128,6 +130,12 @@ while [ "$#" -gt 0 ]; do
128130
-q | --fast)
129131
fast=1
130132
;;
133+
--wayland=*)
134+
export WAYLAND_DISPLAY=wayland-${1#*=}
135+
;&
136+
--wayland)
137+
wayland=1
138+
;;
131139
-*)
132140
echo "Invalid option '$1'"
133141
exit 1

0 commit comments

Comments
 (0)