diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-30 15:34:27 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-30 15:34:27 +0100 |
commit | 470e0dba95b89c82010e674102fb78559bd04257 (patch) | |
tree | 37f9d4c2b731320f9073c30e9ee6647bbcf95895 /kusanagi/old/dot_xinitrc | |
parent | 09ee5143b4d13ed0ca70d4904a9c2c5a058fcf9e (diff) | |
download | user-config-470e0dba95b89c82010e674102fb78559bd04257.tar.gz user-config-470e0dba95b89c82010e674102fb78559bd04257.zip |
refactor
Diffstat (limited to 'kusanagi/old/dot_xinitrc')
-rwxr-xr-x | kusanagi/old/dot_xinitrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kusanagi/old/dot_xinitrc b/kusanagi/old/dot_xinitrc new file mode 100755 index 0000000..57de588 --- /dev/null +++ b/kusanagi/old/dot_xinitrc @@ -0,0 +1,14 @@ +#!/bin/sh + +./.xprofile + +eval $(keychain --eval) + +exec dbus-launch i3 +#startxfce4 +#urxvt & +#exec openbox + +#fusion-icon & +#exec dbus-launch docky + |