diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-17 17:24:21 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-17 17:24:21 -0400 |
| commit | c9f0d747a80fb95be6efc4d50fd94baa6a02809f (patch) | |
| tree | cf04d38eab7ce57e260eb06b15a423842d6760ed /.config | |
| parent | c948c8b56ff15156cd88703ee8ba379042202a5f (diff) | |
| download | eibhear-c9f0d747a80fb95be6efc4d50fd94baa6a02809f.tar.gz eibhear-c9f0d747a80fb95be6efc4d50fd94baa6a02809f.tar.zst eibhear-c9f0d747a80fb95be6efc4d50fd94baa6a02809f.zip | |
fix
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/xinitrc b/.config/xinitrc index e636c90..f38086e 100755 --- a/.config/xinitrc +++ b/.config/xinitrc @@ -10,7 +10,7 @@ # export STATUSBAR="i3blocks" # Uncomment this line when using i3. -[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" +. ~/.xprofile # Your default LARBS WM is determined in your `~/.profile` on login. Here we # run the proper command to run when the graphical environment starts. |
