aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-12-06 23:28:05 +0200
committersrdusr <trevorgray@srdusr.com>2023-12-06 23:28:05 +0200
commit5b227cf0f7097911b43197db78f639e67b50f11f (patch)
tree7aba13f3e37a3e001b9504737beaa930c733b5cb /.config/X11
parente27959f4801b9c5c4ca65c472dc6a7167675eb0e (diff)
downloaddotfiles-5b227cf0f7097911b43197db78f639e67b50f11f.tar.gz
dotfiles-5b227cf0f7097911b43197db78f639e67b50f11f.zip
Reformatted
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/.xprofile7
1 files changed, 2 insertions, 5 deletions
diff --git a/.config/X11/.xprofile b/.config/X11/.xprofile
index 939b7e1..b05a503 100644
--- a/.config/X11/.xprofile
+++ b/.config/X11/.xprofile
@@ -7,8 +7,7 @@
xbindkeys -f "$XDG_CONFIG_HOME"/X11/xbindkeysrc
# XKB
-setxkbmap -print | xkbcomp -I$HOME/.config/xkb - $DISPLAY
-
+setxkbmap -print | xkbcomp -I"$HOME"/.config/xkb - "$DISPLAY"
#export XAUTHORITY="$XDG_RUNTIME_DIR/.Xauthority" # This line will break some DMs.
export USERXSESSION="$XDG_CACHE_HOME/X11/xsession"
@@ -16,8 +15,6 @@ export USERXSESSIONRC="$XDG_CACHE_HOME/X11/xsessionrc"
export ALTUSERXSESSION="$XDG_CACHE_HOME/X11/Xsession"
export ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors"
-
if [[ "$(tty)" = "/dev/tty1" ]]; then
- pgrep bspwm || startx "$XDG_CONFIG_HOME/X11/.xinitrc"
-# pgrep startxfce4 || startx "$XDG_CONFIG_HOME/X11/.xinitrc"
+ pgrep bspwm || startx "$XDG_CONFIG_HOME/X11/.xinitrc"
fi