Replaced /home/hanez with /home/hanez in .xinitrc.
This commit is contained in:
parent
131e1f1a5f
commit
2c4c60dbd4
1 changed files with 2 additions and 2 deletions
4
.xinitrc
4
.xinitrc
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source /home/hanez/.env
|
source $HOME/.env
|
||||||
|
|
||||||
/home/hanez/.screenlayout/default.sh
|
$HOME/.screenlayout/default.sh
|
||||||
|
|
||||||
if [[ "$1" == "xterm" ]]; then
|
if [[ "$1" == "xterm" ]]; then
|
||||||
shift
|
shift
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue