Created
April 29, 2022 03:09
-
-
Save rohshall/0e9a888db40c57c90b04f91621432ee6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use UTF-8 everywhere | |
export LANG=en_US.UTF-8 | |
# specify location of kshrc | |
export ENV=$HOME/.kshrc | |
xrdb -merge $HOME/.Xdefaults | |
# set your background color | |
xsetroot -solid dimgray | |
# disable system beep | |
xset b off | |
exec /usr/pkg/bin/i3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment