Fix autostart, sourcing and shellcheck issues

This commit is contained in:
Tobias Reisinger 2023-01-02 21:08:50 +01:00
parent 5baac728fe
commit 499c012601
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 7 deletions

View file

@ -2,10 +2,6 @@
. "$HOME/.config/environment"
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x xcompmgr > /dev/null || xcompmgr -cnfFn -D3 &
bspc config remove_disabled_monitors true
bspc config remove_unplugged_monitors true

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -a
. "/etc/profile"
#. "/etc/profile"
. "$HOME/.config/user-dirs.dirs"
. "$XDG_CONFIG_HOME/locale.conf"
set +a