diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-24 12:54:04 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-24 12:54:04 +0100 |
commit | 399c97f81e9dff7b849656f98bd2561f9a7c015c (patch) | |
tree | c19d9e57f5b2685c76da0732afb1fdfaf2463b02 /.config/i3 | |
parent | 3c1fb4adbefd9a9c20b51ac7b6bf20ee1bb6a86a (diff) |
i3 autostart typo
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart index 2fc3f6c..b1c3a9a 100644 --- a/.config/i3/autostart +++ b/.config/i3/autostart @@ -12,7 +12,7 @@ xset r rate 250 40 autocutsel & # bw unlock <password> --raw | keyctl padd user bw_session @u -sh ~/config/i3/unlock_bitwarden & +sh ~/.config/i3/unlock_bitwarden & zsh -c "xbindkeys -f ~/.config/xbindkeys/main" |