summaryrefslogtreecommitdiffstats
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-07 15:40:43 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-03-07 15:40:43 -0500
commitdeecc427071e013dc3a9af949334dd412d010dae (patch)
treed2afb8a56be04ffa52abb9cc5760b5b6e5a1644b /.config/shell/profile
parent75d860939b1cef97cb6c5169f47be2ecba078a6f (diff)
downloadeibhear-deecc427071e013dc3a9af949334dd412d010dae.tar.gz
eibhear-deecc427071e013dc3a9af949334dd412d010dae.tar.zst
eibhear-deecc427071e013dc3a9af949334dd412d010dae.zip
startx alias
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index f6b1426..d075418 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -142,7 +142,7 @@ ex=🎯:\
if pacman -Qs libxft-bgra >/dev/null 2>&1; then
# Start graphical server on user's current tty if not already running.
- [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx $XINITRC
+ [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
else
echo "\033[31mIMPORTANT\033[0m: Note that \033[32m\`libxft-bgra\`\033[0m must be installed for this build of dwm.
Please run: