Mostly mutt config and some tidying
This commit is contained in:
parent
c249f1076f
commit
fbe30c1f8e
21 changed files with 987 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue