dotwryn/bin/i3/logout

6 lines
152 B
Plaintext
Raw Normal View History

2022-02-06 00:15:14 -07:00
#!/bin/zsh
2020-09-23 16:19:23 -06:00
i3-nagbar \
-t warning \
-m 'Do you really want to exit i3?' \
2020-10-09 17:21:19 -06:00
-B 'Yes' "notify-send 'system' 'exiting i3...' -i face-tired; i3-msg exit"