Stored in .local/scripts, scripts I use for my init. I will be adding my xinit shortly for a full experience.
9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
killall nm-applet;
|
|
killall blueman-applet;
|
|
killall sxhkd;
|
|
killall mpd;
|
|
|
|
nm-applet & blueman-applet & refresh_bar & mpd & sxhkd;
|