scripts
This commit is contained in:
commit
6e5095f3cf
35 changed files with 453 additions and 0 deletions
15
dwm/nameMenu.sh
Executable file
15
dwm/nameMenu.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
cat <<EOF | xmenu -p 1781x20 | sh &
|
||||
Power Options
|
||||
Power Off sudo shutdown -h now
|
||||
Restart sudo shutdown -r now
|
||||
Utilities
|
||||
arandr arandr
|
||||
lxappearance lxappearance
|
||||
pcmanfm pcmanfm
|
||||
qv4l2 qv4l2
|
||||
st st
|
||||
xev st -e xev
|
||||
Change Wallpaper /home/swebb/Scripts/wallpaper.sh
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue