i3 config overhaul AGAIN

This commit is contained in:
Wryn Wagner
2020-09-23 16:19:23 -06:00
parent 8b09c44ee7
commit cae7518746
25 changed files with 146 additions and 363 deletions

4
bin/desktop/i3/logout.sh Executable file
View File

@ -0,0 +1,4 @@
i3-nagbar \
-t warning \
-m 'Do you really want to exit i3?' \
-B 'Yes' "notify-send 'system' 'exiting i3...' -i face-tired; $HOME/.config/wryn/sfx logout; i3-msg exit"