Fix linting errors
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
f0f2da57bb
commit
09208130da
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ fi
|
|||
dconf load / < "${HOME}/.config/dconf/root.conf"
|
||||
|
||||
# Activate correct crontab file
|
||||
crontab "${$XDG_CONFIG_HOME}/cron/crontab"
|
||||
crontab "${XDG_CONFIG_HOME}/cron/crontab"
|
||||
|
||||
# If we are on tty1 we start the x-server
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
|
|
|
@ -26,7 +26,7 @@ nm-applet &
|
|||
redshift &
|
||||
|
||||
# Merge .Xresources on boot
|
||||
xrdb -merge "$HOME/.Xresources"
|
||||
xrdb -merge "${HOME}/.Xresources"
|
||||
|
||||
# Start ibus
|
||||
#ibus-daemon -drx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue