mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 20:40:24 +10:00
13 lines
289 B
Bash
Executable File
13 lines
289 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Using bash in the shebang rather than /bin/sh, which should
|
|
# be avoided as non-POSIX shell users (fish) may experience errors.
|
|
|
|
lxsession &
|
|
picom --experimental-backends &
|
|
nitrogen --restore &
|
|
urxvtd -q -o -f &
|
|
/usr/bin/emacs --daemon &
|
|
volumeicon &
|
|
nm-applet &
|