.bin
mpc
powerline-shell
.bashrc-global
.directory
bashrc.sh
bashrc.sh.bak
colortest
i3-salt-lock
i3-salt-logout-dunst
powerline-shell.py
test-notifications
xrdbupdate
.config
.local
.themes
.Xdefaults
.Xresources
.bash_profile
.bashrc
.profile
.xinitrc
.xsessionrc
README.md
5 lines
179 B
Bash
Executable File
5 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
if [ "`dunstify -a i3 -u 2 -t 15000 -A 1,Cancel -A 0,Logout "Logout?" "This will close all running applications and end your X session!"`" = "0" ]; then
|
|
i3-msg exit
|
|
fi
|