+scripts to version control

Stored in .local/scripts, scripts I use for my init. I will be adding my
xinit shortly for a full experience.
This commit is contained in:
dx
2020-05-12 22:06:42 +01:00
parent f3d34eed3f
commit ceaa91c43e
6 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
killall nm-applet;
killall blueman-applet;
killall sxhkd;
killall mpd;
nm-applet & blueman-applet & refresh_bar & mpd & sxhkd;