diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/i3/autostart##template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index 6618474..0e0cff4 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -1,7 +1,7 @@ #!/bin/sh . "$HOME/.profile" /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -cat "$XDG_CONFIG_HOME/X11/$(cat "$XDG_DATA_HOME/mode/active")" | xrdb -merge & +cat "$XDG_CONFIG_HOME/X11/$(cat "$XDG_DATA_HOME/mode/active")" | xrdb -override & polybar & rwall & picom -b |