Skip to content

Commit

Permalink
Remove xrdb call from .xprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmhubbard committed Mar 1, 2022
1 parent f462c10 commit b4894fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/.xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@ export PATH=$PATH:$HOME/.bin
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache
export XDG_DATA_HOME=$HOME/.local/share
#export XDG_RUNTIME_DIR=$HOME/.xdg
#export XDG_CURRENT_DESKTOP=AwesomeWM

# Make Qt themes follow Gtk (qt5-styleplugins)
export QT_QPA_PLATFORMTHEME=qt5ct

# Common environment variables
export TERMINAL=kitty
export EDITOR=vim
export FILEXP=pcmanfm
export BROWSER=firefox

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

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

0 comments on commit b4894fb

Please sign in to comment.