Initialize all dem dotfiles

This commit is contained in:
2017-07-30 00:04:04 -05:00
commit e640735254
27 changed files with 1832 additions and 0 deletions

4
.bin/i3-salt-logout-dunst Executable file
View File

@@ -0,0 +1,4 @@
#!/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