diff options
Diffstat (limited to 'X11')
-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 |