This website works better with JavaScript.
Explore
Help
Sign In
riyyi
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This is a collection of dotfiles and scripts for my bspwm setup
15
Commits
2
Branches
0
Tags
8.7 MiB
Emacs Lisp
33.2%
YASnippet
22.9%
Shell
17.1%
Lua
15.5%
Python
3%
Other
8.4%
Tree:
32265b919c
dotfiles
/
.zprofile
3 lines
90 B
Raw
Blame
History
if
[
-z
"
$DISPLAY
"
]
&&
[
-n
"
$XDG_VTNR
"
]
&&
[
"
$XDG_VTNR
"
-eq
1
]
;
then
exec
startx
fi
Reference in new issue
Copy Permalink