Skip to content

Commit

Permalink
Update .xprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmhubbard committed Jun 11, 2022
1 parent b643b91 commit ae94274
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/.xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ export XDG_DATA_HOME=$HOME/.local/share

# Common environment variables
export TERMINAL=kitty
export EDITOR=vim
export VISUAL=nvim
export EDITOR="$VISUAL"
export FILEXP=pcmanfm
export BROWSER=firefox

# Load xsettingsd (must be started before awesome)
# Load Xsettings & Xresources
xsettingsd &
xrdb -merge "$HOME/.Xresources"

# vim: set ft=sh ts=2 sw=0 et:

0 comments on commit ae94274

Please sign in to comment.