bash completion, screen locker
This commit is contained in:
parent
36c4fe3251
commit
a6dd2f727a
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue