dotfiles/.config/spectrwm/autostart.sh
2021-11-26 20:28:05 +01:00

14 lines
187 B
Bash
Executable File

#!/bin/bash
#sleep 5
# 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 &