Merge pull request #51 from johanmalm/top_and_tail

jgmenu: add append.csv and prepend.csv
This commit is contained in:
Nathaniel 2018-04-18 17:12:48 -07:00 committed by GitHub
commit 3aad6fe631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,9 @@
^sep()
Lock,i3lock-fancy -p,system-lock-screen
Exit,^checkout(exit),system-shutdown
exit,^tag(exit)
exit to prompt,openbox --exit,system-log-out
suspend,systemctl -i suspend,system-log-out
reboot,systemctl -i reboot,system-reboot
poweroff,systemctl -i poweroff,system-shutdown
1 ^sep()
2 Lock,i3lock-fancy -p,system-lock-screen
3 Exit,^checkout(exit),system-shutdown
4 exit,^tag(exit)
5 exit to prompt,openbox --exit,system-log-out
6 suspend,systemctl -i suspend,system-log-out
7 reboot,systemctl -i reboot,system-reboot
8 poweroff,systemctl -i poweroff,system-shutdown

View File

@ -0,0 +1,4 @@
Web browser,firefox,firefox
File manager,thunar,system-file-manager
Terminal,termite,utilities-terminal
^sep()
1 Web browser,firefox,firefox
2 File manager,thunar,system-file-manager
3 Terminal,termite,utilities-terminal
4 ^sep()