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
|
#!/bin/bash
|
||||||
# Loads external completion files
|
# Loads external completion files
|
||||||
|
|
||||||
source ~/.scripts/git-completion.bash
|
function load {
|
||||||
source ~/.scripts/pass.bash-completion
|
[ -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
|
exec --no-startup-id nm-applet
|
||||||
|
|
||||||
# Screen lock
|
# Screen lock
|
||||||
exec xautolock -time 10 -locker i3lock
|
exec xautolock -time 10 -locker ~/.config/i3/bin/i3lock
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue