diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:16:53 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 81b256fd03e6e2767e1b44a2a20cc147a4e394c0 (patch) | |
tree | 6729a70292c0d2bd45d2fbef38035f438d214d59 /X11/xinitrc | |
parent | a92f5e1b67fe8cc2652443823076fc3cd9edd658 (diff) | |
download | dotfiles-81b256fd03e6e2767e1b44a2a20cc147a4e394c0.tar.xz |
xinitrc: Import environments to systemd and start ibus
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'X11/xinitrc')
-rw-r--r-- | X11/xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
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 |