Mostly mutt config and some tidying

This commit is contained in:
Jonathan Hodgson 2019-06-05 17:58:43 +01:00
parent c249f1076f
commit fbe30c1f8e
21 changed files with 987 additions and 24 deletions

View file

@ -8,21 +8,21 @@ sleep .2
case $selection in
Lock)
~/.config/i3/i3exit lock
i3exit lock
;;
Logout)
~/.config/i3/i3exit logout
i3exit logout
;;
Suspend)
~/.config/i3/i3exit suspend
i3exit suspend
;;
Hibernate)
~/.config/i3/i3exit hibernate
i3exit hibernate
;;
Reboot)
~/.config/i3/i3exit reboot
i3exit reboot
;;
Shutdown)
~/.config/i3/i3exit shutdown
i3exit shutdown
;;
esac