aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-09-17 12:23:07 +0200
committerlonkaars <loek@pipeframe.xyz>2023-09-17 12:23:07 +0200
commitb50cfe5b45b56fd76f41d196a53b929157044f43 (patch)
tree9ea6bda4c6f8b070d57ab66993f4fe6a478457d0 /.xprofile
parent6fe18a850534b05c231329eb7567bf312d138cc3 (diff)
fix use of xrdb and posixify `mode` script
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index 525a48f..5859886 100755
--- a/.xprofile
+++ b/.xprofile
@@ -2,7 +2,7 @@
. ~/.profile
systemctl --user import-environment DISPLAY
-xrdb -merge "$XDG_CONFIG_HOME/X11/base"
+xrdb -override "$XDG_CONFIG_HOME/X11/base"
# https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start
dbus-update-activation-environment --systemd DISPLAY