diff options
author | Marvin Borner | 2020-05-26 18:27:56 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-26 18:27:56 +0200 |
commit | df8467be26ed63c2fd1414aa14b04fd0b31bd588 (patch) | |
tree | 946778a8235ba451cc9c6ca0754a800673ddcf3a | |
parent | aee24b19405b75c43d93b4ebbec9c045f818706d (diff) |
Fixed floating terminals
-rw-r--r-- | .repos/dwm/config.h | 2 | ||||
-rwxr-xr-x | .repos/dwm/dwm | bin | 71136 -> 71136 bytes | |||
-rw-r--r-- | .repos/dwm/dwm.o | bin | 60472 -> 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 Binary files differindex d07c582..4a4a38b 100755 --- a/.repos/dwm/dwm +++ b/.repos/dwm/dwm diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o Binary files differindex 57240bb..20a8dd1 100644 --- a/.repos/dwm/dwm.o +++ b/.repos/dwm/dwm.o |