1
0
Fork 0
dotfiles/.config/dwm/autorun.d/setup

14 lines
240 B
Bash
Executable File

#!/bin/sh
xwallpaper --zoom "$XDG_DATA_HOME/bg"
remaps -qd
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium
{
sleep 15
rm ~/.mozilla
} &
pkill -RTMIN+8 dwmblocks