remove duplicates from PATH in .zshrc and fix infinite recursive i3lock call
This commit is contained in:
parent
441ad802e7
commit
2095d3cb00
3 changed files with 3 additions and 1 deletions
|
@ -47,3 +47,5 @@ if command -v fzf &> /dev/null && command -v ag &> /dev/null; then
|
||||||
export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --nocolor -g "" -l'
|
export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --nocolor -g "" -l'
|
||||||
export FZF_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}"
|
export FZF_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
typeset -U path
|
||||||
|
|
|
@ -11,7 +11,7 @@ exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id blueman-applet
|
exec --no-startup-id blueman-applet
|
||||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
||||||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
# screen before suspend. Use loginctl lock-session to lock your screen.
|
||||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/bin/i3lock
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/bin/i3locker
|
||||||
# background
|
# background
|
||||||
exec --no-startup-id ~/.fehbg
|
exec --no-startup-id ~/.fehbg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue