aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-05-26 18:27:56 +0200
committerMarvin Borner2020-05-26 18:27:56 +0200
commitdf8467be26ed63c2fd1414aa14b04fd0b31bd588 (patch)
tree946778a8235ba451cc9c6ca0754a800673ddcf3a
parentaee24b19405b75c43d93b4ebbec9c045f818706d (diff)
Fixed floating terminals
-rw-r--r--.repos/dwm/config.h2
-rwxr-xr-x.repos/dwm/dwmbin71136 -> 71136 bytes
-rw-r--r--.repos/dwm/dwm.obin60472 -> 60472 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h
index 5cc4cdb..f31bb0a 100644
--- a/.repos/dwm/config.h
+++ b/.repos/dwm/config.h
@@ -40,7 +40,7 @@ static const Rule rules[] = {
{ NULL, NULL, "WhatsApp", 1 << 7, 0, -1 },
{ NULL, NULL, "DISPATCH", 1 << 2, 0, -1 },
{ NULL, "spterm", NULL, 1 << 10, 1, -1 },
- { NULL, "flterm", NULL, 1 << 10, 1, -1 },
+ { NULL, NULL, "flterm", 1 << 10, 1, -1 },
};
/* layout(s) */
diff --git a/.repos/dwm/dwm b/.repos/dwm/dwm
index d07c582..4a4a38b 100755
--- a/.repos/dwm/dwm
+++ b/.repos/dwm/dwm
Binary files differ
diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o
index 57240bb..20a8dd1 100644
--- a/.repos/dwm/dwm.o
+++ b/.repos/dwm/dwm.o
Binary files differ