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

9 lines
207 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 1; rm ~/.mozilla; } &