summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--README.md2
-rwxr-xr-xdmenubin42896 -> 0 bytes
-rw-r--r--dmenu.obin32168 -> 0 bytes
-rw-r--r--drw.obin11160 -> 0 bytes
-rwxr-xr-xstestbin16488 -> 0 bytes
-rw-r--r--stest.obin5304 -> 0 bytes
-rw-r--r--util.obin2256 -> 0 bytes
8 files changed, 4 insertions, 1 deletions
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
--- a/dmenu
+++ /dev/null
Binary files differ
diff --git a/dmenu.o b/dmenu.o
deleted file mode 100644
index 8bc32ee..0000000
--- a/dmenu.o
+++ /dev/null
Binary files differ
diff --git a/drw.o b/drw.o
deleted file mode 100644
index 737999d..0000000
--- a/drw.o
+++ /dev/null
Binary files differ
diff --git a/stest b/stest
deleted file mode 100755
index c345ad1..0000000
--- a/stest
+++ /dev/null
Binary files differ
diff --git a/stest.o b/stest.o
deleted file mode 100644
index ef6a3de..0000000
--- a/stest.o
+++ /dev/null
Binary files differ
diff --git a/util.o b/util.o
deleted file mode 100644
index 70f597e..0000000
--- a/util.o
+++ /dev/null
Binary files differ