From 81b256fd03e6e2767e1b44a2a20cc147a4e394c0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:16:53 +0200 Subject: xinitrc: Import environments to systemd and start ibus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- X11/xinitrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'X11') diff --git a/X11/xinitrc b/X11/xinitrc index e55250f..ced8386 100644 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -4,4 +4,9 @@ # # Executed by startx (run your window manager from here) +systemctl --user import-environment DISPLAY XAUTHORITY SSH_AGENT_PID SSH_AUTH_SOCK +systemctl --user restart dumpwatch + +ibus-daemon -d -r + exec i3 -c /home/kyrias/.config/i3/config -- cgit v1.2.3-54-g00ecf