diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-09-17 12:23:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-09-17 12:23:07 +0200 |
commit | b50cfe5b45b56fd76f41d196a53b929157044f43 (patch) | |
tree | 9ea6bda4c6f8b070d57ab66993f4fe6a478457d0 /.xprofile | |
parent | 6fe18a850534b05c231329eb7567bf312d138cc3 (diff) |
fix use of xrdb and posixify `mode` script
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |