dotfiles/.config/spectrwm/autostart.sh

14 lines
186 B
Bash
Raw Normal View History

2021-11-20 12:18:57 +01:00
#!/bin/bash
2021-11-26 21:03:45 +01:00
sleep 1
2021-11-20 12:18:57 +01:00
2021-11-26 20:26:07 +01:00
# Clipboard (Use Win + Shift + t to show it)
diodon &
# Audio tray
pnmixer -t &
# Network Tray (Use Win + Shift + t to show it)
2021-12-04 21:33:24 +01:00
nm-applet &
#connman-gtk --tray &