From ceaa91c43e11cd57d1c90f5a581d03ed8bef874d Mon Sep 17 00:00:00 2001
From: dx <aryadevchavali1@gmail.com>
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/suctl | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 Scripts/.local/scripts/suctl

(limited to 'Scripts/.local/scripts/suctl')

diff --git a/Scripts/.local/scripts/suctl b/Scripts/.local/scripts/suctl
new file mode 100755
index 0000000..feb2a0f
--- /dev/null
+++ b/Scripts/.local/scripts/suctl
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+systemctl --user $@
-- 
cgit v1.2.3-13-gbd6f