diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-21 14:23:58 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-21 14:23:58 +0200 |
commit | 6de02af61d34786b3653c00f8309e27876667b78 (patch) | |
tree | b4928feb6df8098df22ac1c274265c198b562986 /.config/i3/autostart##template | |
parent | 01196c47c3c74636316a6f757dc652ab7ebddbcb (diff) |
fix xrdb
Diffstat (limited to '.config/i3/autostart##template')
-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 ea1fdd0..b5322ef 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -1,5 +1,6 @@ #!/bin/sh . "$HOME/.profile" +xrdb -override < "$XDG_CONFIG_HOME/X11/base" mode --no-reload restore /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & |