bash completion, screen locker

This commit is contained in:
Théophile Bastian 2016-09-04 15:43:27 +02:00
parent 36c4fe3251
commit a6dd2f727a
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
#!/bin/bash
# Loads external completion files
source ~/.scripts/git-completion.bash
source ~/.scripts/pass.bash-completion
function load {
[ -f "$1" ] && source "$1"
}
load ~/.scripts/git-completion.bash
load /usr/share/bash-completion/completions/pass.bash-completion

View File

@ -206,5 +206,5 @@ exec --no-startup-id /bin/bash ~/.config/i3/bin/wallpaper
exec --no-startup-id nm-applet
# Screen lock
exec xautolock -time 10 -locker i3lock
exec xautolock -time 10 -locker ~/.config/i3/bin/i3lock