From f63adbcf7dbb1a4e3b8de7106a798e1e60438257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 1 Nov 2019 02:52:00 -0300 Subject: [PATCH] Create script to restart spotifyd quickly and replace add RUSTFLAGS to makepkg. --- script/.local/bin/makepkg | 4 ++++ script/.local/bin/restart-spotifyd | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 script/.local/bin/makepkg create mode 100755 script/.local/bin/restart-spotifyd diff --git a/script/.local/bin/makepkg b/script/.local/bin/makepkg new file mode 100755 index 0000000..5efe20a --- /dev/null +++ b/script/.local/bin/makepkg @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +RUSTFLAGS="-Clink-arg=-fuse-ld=lld" /usr/bin/makepkg "$@" + diff --git a/script/.local/bin/restart-spotifyd b/script/.local/bin/restart-spotifyd new file mode 100755 index 0000000..f47f84d --- /dev/null +++ b/script/.local/bin/restart-spotifyd @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +systemctl restart --user spotifyd.service +