From ceaa91c43e11cd57d1c90f5a581d03ed8bef874d Mon Sep 17 00:00:00 2001 From: dx Date: Tue, 12 May 2020 22:06:42 +0100 Subject: +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. --- Scripts/.local/scripts/reboot_services | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Scripts/.local/scripts/reboot_services (limited to 'Scripts/.local/scripts/reboot_services') diff --git a/Scripts/.local/scripts/reboot_services b/Scripts/.local/scripts/reboot_services new file mode 100755 index 0000000..85f0c88 --- /dev/null +++ b/Scripts/.local/scripts/reboot_services @@ -0,0 +1,8 @@ +#!/bin/bash + +killall nm-applet; +killall blueman-applet; +killall sxhkd; +killall mpd; + +nm-applet & blueman-applet & refresh_bar & mpd & sxhkd; -- cgit v1.2.3-13-gbd6f