summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rwxr-xr-xbin/sarc_compile2
-rwxr-xr-xbin/sarc_install2
-rw-r--r--dwm-6.2/config.h2
-rw-r--r--st-0.8.4/config.h40
-rwxr-xr-xst-0.8.4/stbin0 -> 106456 bytes
-rw-r--r--st-0.8.4/st.obin0 -> 77144 bytes
-rw-r--r--st-0.8.4/x.obin0 -> 75712 bytes
-rw-r--r--tools/sarc-1.0.1.tar.xzbin0 -> 16455680 bytes
9 files changed, 8 insertions, 40 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb9ced0..deb597b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: SkywalkerSW5 <skywalkersw5@protonmail.com>
pkgname=sarc
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="My suckless setup"
arch=('any')
diff --git a/bin/sarc_compile b/bin/sarc_compile
index ea98ead..ebbc0f0 100755
--- a/bin/sarc_compile
+++ b/bin/sarc_compile
@@ -29,7 +29,7 @@ cd ../dwmblocks
make clean
make -s
-cd ../$st
+cd ../st-0.8.4
make clean
make -s
diff --git a/bin/sarc_install b/bin/sarc_install
index 93dddc9..7c2ec3e 100755
--- a/bin/sarc_install
+++ b/bin/sarc_install
@@ -11,7 +11,7 @@ make install
cd ../$dmenu
make install
-cd ../$st
+cd ../st-0.8.4
make install
cd ../dwmblocks
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h
index a20a18b..3119dfb 100644
--- a/dwm-6.2/config.h
+++ b/dwm-6.2/config.h
@@ -44,7 +44,7 @@ static const Rule rules[] = {
/* layout(s) */
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
-static const int nmaster = 1; /* number of clients in master area */
+static const int nmaster = 1; /* numbof clients in master area */
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const Layout layouts[] = {
diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h
index 2036063..2d6c755 100644
--- a/st-0.8.4/config.h
+++ b/st-0.8.4/config.h
@@ -1,3 +1,4 @@
+#include "../theme.h"
/* See LICENSE file for copyright and license details. */
/*
@@ -93,39 +94,6 @@ char *termname = "st";
*/
unsigned int tabspaces = 8;
-/* bg opacity */
-float alpha = 0.6;
-
-/* Terminal colors (16 first used in escape sequence) */
-static const char *colorname[] = {
- /* 8 normal colors */
- "black",
- "red3",
- "green3",
- "yellow3",
- "blue2",
- "magenta3",
- "cyan3",
- "gray90",
-
- /* 8 bright colors */
- "gray50",
- "red",
- "green",
- "yellow",
- "#5c5cff",
- "magenta",
- "cyan",
- "white",
-
- [255] = 0,
-
- /* more colors can be added after 255 to use with DefaultXX */
- "#cccccc",
- "#555555",
- "black",
-};
-
/*
* Default colors (colorname index)
@@ -195,7 +163,7 @@ static MouseShortcut mshortcuts[] = {
};
/* Internal keyboard shortcuts. */
-#define MODKEY Mod1Mask
+#define MODKEY Mod4Mask
#define TERMMOD (ControlMask|ShiftMask)
static Shortcut shortcuts[] = {
@@ -207,8 +175,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
- { TERMMOD, XK_C, clipcopy, {.i = 0} },
- { TERMMOD, XK_V, clippaste, {.i = 0} },
+ { ShiftMask, XK_C, clipcopy, {.i = 0} },
+ { ShiftMask, XK_V, clippaste, {.i = 0} },
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
diff --git a/st-0.8.4/st b/st-0.8.4/st
new file mode 100755
index 0000000..890bcb0
--- /dev/null
+++ b/st-0.8.4/st
Binary files differ
diff --git a/st-0.8.4/st.o b/st-0.8.4/st.o
new file mode 100644
index 0000000..e3f7921
--- /dev/null
+++ b/st-0.8.4/st.o
Binary files differ
diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o
new file mode 100644
index 0000000..b0009d9
--- /dev/null
+++ b/st-0.8.4/x.o
Binary files differ
diff --git a/tools/sarc-1.0.1.tar.xz b/tools/sarc-1.0.1.tar.xz
new file mode 100644
index 0000000..b4b9433
--- /dev/null
+++ b/tools/sarc-1.0.1.tar.xz
Binary files differ