dotfiles/.config/spectrwm/autostart.sh
2021-12-04 21:33:24 +01:00

14 lines
186 B
Bash
Executable File

#!/bin/bash
sleep 1
# Clipboard (Use Win + Shift + t to show it)
diodon &
# Audio tray
pnmixer -t &
# Network Tray (Use Win + Shift + t to show it)
nm-applet &
#connman-gtk --tray &