From 6716578837a7739f6b63b79bb3e8bb501ec066ba Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 19 Aug 2022 18:15:40 +0200 Subject: idk dude --- config.h | 2 +- drw.o | Bin 0 -> 11352 bytes dwm | Bin 0 -> 69608 bytes dwm.o | Bin 0 -> 58128 bytes util.o | Bin 0 -> 2392 bytes 5 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 drw.o create mode 100755 dwm create mode 100644 dwm.o create mode 100644 util.o diff --git a/config.h b/config.h index 7b51d41..85890f3 100644 --- a/config.h +++ b/config.h @@ -31,7 +31,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, - { "kitty", NULL, NULL, 0, 0, 1, 0, -1 }, + { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..da1cb9d Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..277b7d8 Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..ae51f98 Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..3fb5658 Binary files /dev/null and b/util.o differ -- cgit v1.2.3