aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-07-28 00:30:19 +0200
committerBond_009 <bond.009@outlook.com>2021-07-28 00:30:19 +0200
commitd993bc6958517deaf98d893a81e157fae34ded12 (patch)
tree364747286d0fb221616a9ade284ccc96e66d1c52 /zsh/.zprofile
First
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
new file mode 100644
index 0000000..38e3dbf
--- /dev/null
+++ b/zsh/.zprofile
@@ -0,0 +1,5 @@
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]
+then
+ source .profile
+ startxfce4
+fi