summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--dwm-config-6.2.diff26
3 files changed, 23 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bd9df2c3028..1822b3f55ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dwm-oakszyjrnrdy
pkgdesc = A dynamic window manager for X built by oakszyjrnrdy
pkgver = 6.2
- pkgrel = 1
+ pkgrel = 2
url = http://dwm.suckless.org
arch = x86_64
license = MIT
@@ -23,7 +23,7 @@ pkgbase = dwm-oakszyjrnrdy
source = https://dwm.suckless.org/patches/noborder/dwm-noborder-6.2.diff
sha256sums = 97902e2e007aaeaa3c6e3bed1f81785b817b7413947f1db1d3b62b8da4cd110e
sha256sums = bc36426772e1471d6dd8c8aed91f288e16949e3463a9933fee6390ee0ccd3f81
- sha256sums = 6724ead226c14eb546952550001eb9dcf069627804b72a6a9bfc22a76af00fd3
+ sha256sums = 1175b8bf1852394d6c9e50825224eaaeaf234bbef6605c24c4941aaa3bd04248
sha256sums = c978561abde2df339ef6bab73a1eaf9ad097db1038e46f6de0247b1aea35a5a2
sha256sums = 716d43cda73744abbe12c1ecd20fd55769c2a36730a57d0a12c09c06854b7fa8
sha256sums = 0343dccd71cb8a3f4a18637ea51f4764a51cda5d712092a103bac5cba7dfc7ad
diff --git a/PKGBUILD b/PKGBUILD
index 1d7eae0d3ec9..8b3008bad067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="dwm"
pkgname="$_pkgname-oakszyjrnrdy"
pkgver=6.2
-pkgrel=1
+pkgrel=2
pkgdesc="A dynamic window manager for X built by oakszyjrnrdy"
url="http://dwm.suckless.org"
arch=("x86_64")
@@ -23,7 +23,7 @@ source=(
sha256sums=(
"97902e2e007aaeaa3c6e3bed1f81785b817b7413947f1db1d3b62b8da4cd110e"
"bc36426772e1471d6dd8c8aed91f288e16949e3463a9933fee6390ee0ccd3f81"
- "6724ead226c14eb546952550001eb9dcf069627804b72a6a9bfc22a76af00fd3"
+ "1175b8bf1852394d6c9e50825224eaaeaf234bbef6605c24c4941aaa3bd04248"
"c978561abde2df339ef6bab73a1eaf9ad097db1038e46f6de0247b1aea35a5a2"
"716d43cda73744abbe12c1ecd20fd55769c2a36730a57d0a12c09c06854b7fa8"
"0343dccd71cb8a3f4a18637ea51f4764a51cda5d712092a103bac5cba7dfc7ad"
diff --git a/dwm-config-6.2.diff b/dwm-config-6.2.diff
index f13a01fa5aec..b7f401a691bb 100644
--- a/dwm-config-6.2.diff
+++ b/dwm-config-6.2.diff
@@ -1,11 +1,11 @@
---- a/config.def.h 2020-09-10 03:08:40.220047365 +0800
-+++ b/config.def.h 2020-09-10 03:21:30.310052738 +0800
-@@ -1,12 +1,20 @@
+--- a/config.def.h 2020-09-18 17:19:09.346273268 +0800
++++ b/config.def.h 2020-09-18 17:30:18.336279833 +0800
+@@ -1,21 +1,30 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 1; /* border pixel of windows */
-+static const unsigned int borderpx = 6; /* border pixel of windows */
++static const unsigned int borderpx = 4; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
@@ -24,18 +24,30 @@
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
-@@ -28,7 +36,9 @@
+ static const char col_gray4[] = "#eeeeee";
+ static const char col_cyan[] = "#005577";
++static const char border_color[] = "#e07b39";
+ static const char *colors[][3] = {
+ /* fg bg border */
+ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
+- [SchemeSel] = { col_gray4, col_cyan, col_cyan },
++ [SchemeSel] = { col_gray4, col_cyan, border_color },
+ };
+
+ /* tagging */
+@@ -28,7 +37,10 @@
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
++ { "firefox", NULL, NULL, 1 << 1, 0, -1 },
+ { "Nightly", NULL, NULL, 1 << 1, 0, -1 },
+ { "Qemu-system-x86_64", "qemu", NULL, 0, 1, -1 },
+ { "Steam", "Steam", NULL, 1 << 8, 0, -1 },
};
/* layout(s) */
-@@ -44,7 +54,7 @@
+@@ -44,7 +56,7 @@
};
/* key definitions */
@@ -44,7 +56,7 @@
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
-@@ -57,7 +67,7 @@
+@@ -57,7 +69,7 @@
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };