aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-12-06 23:27:51 +0200
committersrdusr <trevorgray@srdusr.com>2023-12-06 23:27:51 +0200
commite27959f4801b9c5c4ca65c472dc6a7167675eb0e (patch)
tree781596112400757e263ccaff646362a7a7fd2776 /.config/X11
parent4ab10e37d17dcf915ce80cbd5ef85dadf84645e3 (diff)
downloaddotfiles-e27959f4801b9c5c4ca65c472dc6a7167675eb0e.tar.gz
dotfiles-e27959f4801b9c5c4ca65c472dc6a7167675eb0e.zip
Reformatted
Diffstat (limited to '.config/X11')
-rwxr-xr-x.config/X11/.xinitrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/X11/.xinitrc b/.config/X11/.xinitrc
index 1bb2ba9..36e9e68 100755
--- a/.config/X11/.xinitrc
+++ b/.config/X11/.xinitrc
@@ -25,8 +25,7 @@ fi
[[ -f /etc/profile ]] && source /etc/profile
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/X11/.xprofile" ]; then
- . "${XDG_CONFIG_HOME:-$HOME/.config}/X11/.xprofile"
+ . "${XDG_CONFIG_HOME:-$HOME/.config}/X11/.xprofile"
else
- . "$HOME/.xprofile"
+ . "$HOME/.xprofile"
fi
-