diff options
author | Thanos Apollo <[email protected]> | 2024-08-25 08:13:06 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-25 08:13:06 +0300 |
commit | 50f8fe4e540a2e1a99b10692d77ee59f0728ff7b (patch) | |
tree | 82ece4cdda83b589e9b2e0c6663a6b44961287c7 /.xinitrc | |
parent | 2f16635a14e72be9015a716cb3cd51507b86931b (diff) |
Revert "Remove xinitrc"
This reverts commit 4db3110293abfb260729be94bf7b8e290adb7494.
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..385cdc1 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,10 @@ +#!/bin/sh + +source /etc/profile + +export PATH="/usr/bin:$PATH" +export XDG_SESSION_TYPE="x11" +export SBCL_HOME=/usr/lib64/sbcl + +/usr/bin/qtile start +#/usr/local/bin/stumpwm |