diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 11:54:01 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 11:54:01 +0100 |
commit | c1824f85429f8f52672545a8eaf0d8e8980c604d (patch) | |
tree | 3f87b24b7c9c5b7fc9bb29e4744d21c5f90ac6f6 /.config/i3 | |
parent | d21701568c85a49b42cf8da48b42bdb464eaab37 (diff) |
fix broken autostart
Diffstat (limited to '.config/i3')
-rwxr-xr-x | .config/i3/autostart##template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index fd89bdd..3c61922 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -1,6 +1,7 @@ #!/bin/sh . "$HOME/.profile" xrdb -override < "$XDG_CONFIG_HOME/X11/base" +mode --no-reload restore /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & polybar & |