Skip to content

Instantly share code, notes, and snippets.

@rohshall
Created April 29, 2022 03:09
Show Gist options
  • Save rohshall/0e9a888db40c57c90b04f91621432ee6 to your computer and use it in GitHub Desktop.
Save rohshall/0e9a888db40c57c90b04f91621432ee6 to your computer and use it in GitHub Desktop.
# 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