diff options
Diffstat (limited to '.config/i3/autostart')
-rw-r--r-- | .config/i3/autostart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart index 46719ca..705c312 100644 --- a/.config/i3/autostart +++ b/.config/i3/autostart @@ -2,7 +2,7 @@ /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & xrdb ~/.config/X11/Xresources & polybar main -c ~/.config/polybar/config & -feh --bg-fill -z ~/.local/walls & +zsh -c "rwall" & picom -b xbanish & redshift & @@ -10,5 +10,5 @@ dunst & flashfocus & xset r rate 250 40 autocutsel & -zsh -c "source ~/.zshrc && xbindkeys -f ~/.config/xbindkeys/main" +zsh -c "xbindkeys -f ~/.config/xbindkeys/main" |