summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-17 14:17:57 -0500
committerstkhan <personal@slickd.xyz>2021-06-17 14:17:57 -0500
commit1d97794024f70dcb9354ca98fcff86a060fc95e7 (patch)
tree22b45b6a6f8a575da2be76503abd518444fbc60f
parentc63daf9b566b40137fa2aa880dc76b46c1c58896 (diff)
Added picom_run script
-rw-r--r--PKGBUILD4
-rwxr-xr-xbin/picom_run3
-rw-r--r--dwm-6.2/config.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8684e66..b2fd32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://github.com/SkywalkerSW5/sarc"
license=('MIT')
depends=('adobe-source-code-pro-fonts' 'libnotify' 'dunst' 'picom' 'light' 'feh' 'xorg-server' 'sx' 'pulseaudio')
provides=('dwm' 'st' 'dmenu')
-#source=("https://github.com/SkywalkerSW5/sarc/raw/master/tools/$pkgname-$pkgver.tar.xz")
-source=("./$pkgname-$pkgver.tar.xz")
+source=("https://github.com/SkywalkerSW5/sarc/raw/master/tools/$pkgname-$pkgver.tar.xz")
+#source=("./$pkgname-$pkgver.tar.xz")
md5sums=("0e61840463a8058064524750306bae1d")
build() {
diff --git a/bin/picom_run b/bin/picom_run
new file mode 100755
index 0000000..e2fb4d7
--- /dev/null
+++ b/bin/picom_run
@@ -0,0 +1,3 @@
+#!/bin/sh
+# This script will have more options later on
+picom --experimental-backends
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h
index bc651af..18c93cb 100644
--- a/dwm-6.2/config.h
+++ b/dwm-6.2/config.h
@@ -22,7 +22,7 @@ static const char *colors[][3] = {
static const char *const autostart[] = {
"st", NULL,
- "picom", NULL,
+ "picom_run", NULL,
"fehbg", NULL,
"dunst", NULL,
"dwmblocks", NULL,