From 58302d188c9b9a19c6fa0261c7a8a788fb9f595f Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 31 Oct 2023 20:53:49 +0100 Subject: update --- .gitignore | 3 +++ README.md | 2 +- dmenu | Bin 42896 -> 0 bytes dmenu.o | Bin 32168 -> 0 bytes drw.o | Bin 11160 -> 0 bytes stest | Bin 16488 -> 0 bytes stest.o | Bin 5304 -> 0 bytes util.o | Bin 2256 -> 0 bytes 8 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100755 dmenu delete mode 100644 dmenu.o delete mode 100644 drw.o delete mode 100755 stest delete mode 100644 stest.o delete mode 100644 util.o diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aed7ad4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dmenu +stest +*.o diff --git a/README.md b/README.md index 82b20d5..3821e0e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This is my personal build of dmenu from suckless. -Pretty much the default build with some added keybinds. +Pretty much the default build with my prefered font diff --git a/dmenu b/dmenu deleted file mode 100755 index e8a9eca..0000000 Binary files a/dmenu and /dev/null differ diff --git a/dmenu.o b/dmenu.o deleted file mode 100644 index 8bc32ee..0000000 Binary files a/dmenu.o and /dev/null differ diff --git a/drw.o b/drw.o deleted file mode 100644 index 737999d..0000000 Binary files a/drw.o and /dev/null differ diff --git a/stest b/stest deleted file mode 100755 index c345ad1..0000000 Binary files a/stest and /dev/null differ diff --git a/stest.o b/stest.o deleted file mode 100644 index ef6a3de..0000000 Binary files a/stest.o and /dev/null differ diff --git a/util.o b/util.o deleted file mode 100644 index 70f597e..0000000 Binary files a/util.o and /dev/null differ -- cgit v1.2.3