diff options
Diffstat (limited to 'dot_xinitrc')
-rwxr-xr-x | dot_xinitrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_xinitrc b/dot_xinitrc new file mode 100755 index 0000000..9fdea95 --- /dev/null +++ b/dot_xinitrc @@ -0,0 +1,11 @@ +#!/bin/sh + +./.xprofile + +exec dbus-launch i3 +#urxvt & +#exec openbox + +#fusion-icon & +#exec dbus-launch docky + |