diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.profile | 1 | ||||
-rwxr-xr-x | x/.xinitrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x/.profile b/x/.profile new file mode 100644 index 0000000..b65f405 --- /dev/null +++ b/x/.profile @@ -0,0 +1 @@ +export PATH="$HOME/.local/bin:$PATH" @@ -41,4 +41,5 @@ xset dpms 0 0 300 # exec startkde #exec startxfce4 # ...or the Window Manager of your choice +source ~/.profile exec i3 |