7 lines
173 B
Bash
Executable file
7 lines
173 B
Bash
Executable file
#!/bin/sh
|
|
xwallpaper --zoom "$XDG_DATA_HOME/bg"
|
|
remaps -qd
|
|
|
|
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
|
|
|
|
gnome-keyring-daemon --start --components=secrets
|