aboutsummaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
Diffstat (limited to 'dwm')
-rw-r--r--dwm/dwm/README8
-rw-r--r--dwm/dwm/config.def.h4
-rw-r--r--dwm/dwm/config.h2
-rwxr-xr-xdwm/dwm/dwmbin73408 -> 73408 bytes
-rw-r--r--dwm/dwm/dwm.obin65800 -> 65944 bytes
5 files changed, 13 insertions, 1 deletions
diff --git a/dwm/dwm/README b/dwm/dwm/README
new file mode 100644
index 0000000..cc9c1d5
--- /dev/null
+++ b/dwm/dwm/README
@@ -0,0 +1,8 @@
+# DWM
+
+* I start dwm with `startdwm` found in `dotfiles/Scripts/.config/Scripts/startdwm`.
+* Patches can be found in `./patches/`.
+* systray: `stalonetray`.
+
+## Installation
+* `make && sudo make clean install`
diff --git a/dwm/dwm/config.def.h b/dwm/dwm/config.def.h
index 58c9148..98bbb3f 100644
--- a/dwm/dwm/config.def.h
+++ b/dwm/dwm/config.def.h
@@ -32,6 +32,8 @@ static const Rule rules[] = {
{ "keepassxc", NULL, NULL, 1 << 3, 0, -1 },
{ "email", NULL, NULL, 1 << 8, 0, -1 },
{ "stalonetray", NULL, NULL, 1 << 8, 1, -1 },
+ { "zathura", NULL, NULL, 0, 0, -1 },
+ { "Vivaldi-stable", NULL, NULL, 1 << 8, 0, 1 }
};
/* layout(s) */
@@ -83,7 +85,7 @@ static const char *single_screen[] = { "screen.sh", "l", NULL };
static const char *shutdown[] = { "shutdown", "now", NULL };
static const char *suspend[] = { "lock.sh", "&&", "systemctl", "suspend", NULL };
static const char scratchpadname[] = "scratchpad";
-static const char *scratchpadcmd[] = { "st", "-c", scratchpadname, "-g", "120x34", NULL };
+static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *togglemute[] = { "pamixer", "--allow-boost", "-t", NULL };
static const char *visualizer[] = { "st", "-e", "ncmpcpp", "-s", "visualizer", NULL };
diff --git a/dwm/dwm/config.h b/dwm/dwm/config.h
index 3dd4584..98bbb3f 100644
--- a/dwm/dwm/config.h
+++ b/dwm/dwm/config.h
@@ -32,6 +32,8 @@ static const Rule rules[] = {
{ "keepassxc", NULL, NULL, 1 << 3, 0, -1 },
{ "email", NULL, NULL, 1 << 8, 0, -1 },
{ "stalonetray", NULL, NULL, 1 << 8, 1, -1 },
+ { "zathura", NULL, NULL, 0, 0, -1 },
+ { "Vivaldi-stable", NULL, NULL, 1 << 8, 0, 1 }
};
/* layout(s) */
diff --git a/dwm/dwm/dwm b/dwm/dwm/dwm
index 07c5594..080f9c9 100755
--- a/dwm/dwm/dwm
+++ b/dwm/dwm/dwm
Binary files differ
diff --git a/dwm/dwm/dwm.o b/dwm/dwm/dwm.o
index 8e2806b..6d87c5c 100644
--- a/dwm/dwm/dwm.o
+++ b/dwm/dwm/dwm.o
Binary files differ