Setting layout now uses absolute path from user home.
This commit is contained in:
parent
48249ba417
commit
57d9fd6319
@ -4,6 +4,7 @@
|
|||||||
# Script to autostart programs.
|
# Script to autostart programs.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
setlayout=$HOME/.config/wm_scripts/setlayout.sh
|
||||||
function run()
|
function run()
|
||||||
{
|
{
|
||||||
if ! pgrep -f $1; then
|
if ! pgrep -f $1; then
|
||||||
@ -20,4 +21,4 @@ fi
|
|||||||
run feh "--bg-fill $HOME/wallpaper/wallpaper"
|
run feh "--bg-fill $HOME/wallpaper/wallpaper"
|
||||||
run picom
|
run picom
|
||||||
run dunst
|
run dunst
|
||||||
[ -f "setlayout.sh" ] && ./setlayout.sh
|
[ -f "$setlayout" ] && $setlayout
|
||||||
|
Loading…
Reference in New Issue
Block a user