From e43eb1177872f52e949fb5f0f93396ed94b0d093 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 2 Aug 2026 14:48:29 +0200 Subject: move to chezmoi --- home/executable_dot_xinitrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 home/executable_dot_xinitrc (limited to 'home/executable_dot_xinitrc') diff --git a/home/executable_dot_xinitrc b/home/executable_dot_xinitrc new file mode 100644 index 0000000..d4601d3 --- /dev/null +++ b/home/executable_dot_xinitrc @@ -0,0 +1,13 @@ +#!/bin/sh +. "$HOME/.profile" + +# make current environment available to systemd user units +systemctl --user import-environment $(export | cut -d= -f1) + +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 + +exec i3 + -- cgit v1.2.3