code changes.
This commit is contained in:
parent
317bdc5ff2
commit
b0b04bc10c
2 changed files with 3 additions and 5 deletions
6
wms.sh
6
wms.sh
|
@ -1,13 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
wms_revalue.sh &
|
||||
wms_value.sh &
|
||||
|
||||
xrdb -merge .Xresources &
|
||||
|
||||
sxhkd &
|
||||
|
||||
# wallpaper.sh &
|
||||
|
||||
bitmap.sh &
|
||||
wallpaper.sh -b &
|
||||
|
||||
exec wms_voyeur.sh
|
||||
|
|
|
@ -9,7 +9,7 @@ FW=$(pfw)
|
|||
|
||||
usage() {
|
||||
echo "usage:
|
||||
wms_mainrole.sh [ -n, -p, -l, wid ]
|
||||
wms_mainrole.sh [ -n, -p, -t, wid ]
|
||||
-n) next in order stack
|
||||
-p) prev in order stack
|
||||
-t) focus the top window in the server’s window stack
|
||||
|
|
Loading…
Reference in a new issue