launch.sh 790 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #!/bin/sh
  2. # IMG: App Command
  3. cat <<EOF | xmenu | sh &
  4. Terminal urxvt
  5. Browser
  6. Firefox firefox
  7. Edge /opt/microsoft/msedge-dev/msedge
  8. Set Theme
  9. Shirin ~/.config/openbox/visual-mode/set-shirin
  10. Elaina ~/.config/openbox/visual-mode/set-elaina
  11. Screenshot
  12. Shot Now ~/.scripts/shot-now
  13. Shot 5 sec ~/.scripts/shot-5sec
  14. Shot Select ~/.scripts/shot-seldraw
  15. Openbox
  16. Reconfigure openbox --reconfigure
  17. Theme Setting obconf
  18. Edit RC urxvt -e vim ~/.config/openbox/rc.xml
  19. Edit Autostart urxvt -e vim ~/.config/openbox/autostart
  20. Edit Menu urxvt -e vim ~/.config/openbox/menu.xml
  21. Menu
  22. App Launcher ~/.config/rofi/launchers/colorful/launcher.sh
  23. Power Menu ~/.config/rofi/applets/applets/powermenu.sh
  24. Power Menu
  25. Exit openbox --exit
  26. Shutdown poweroff
  27. Restart reboot
  28. EOF