diff --git a/chezmoi/bin/executable_i3lock b/chezmoi/bin/executable_i3locker similarity index 100% rename from chezmoi/bin/executable_i3lock rename to chezmoi/bin/executable_i3locker diff --git a/chezmoi/dot_zshenv b/chezmoi/dot_zshenv index 84198a1..85cb333 100644 --- a/chezmoi/dot_zshenv +++ b/chezmoi/dot_zshenv @@ -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_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}" fi + +typeset -U path diff --git a/chezmoi/private_dot_config/i3/config b/chezmoi/private_dot_config/i3/config index 90503f2..f678c74 100644 --- a/chezmoi/private_dot_config/i3/config +++ b/chezmoi/private_dot_config/i3/config @@ -11,7 +11,7 @@ exec --no-startup-id nm-applet exec --no-startup-id blueman-applet # 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. -exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/bin/i3lock +exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/bin/i3locker # background exec --no-startup-id ~/.fehbg