From 276e6c9cb23e82825da678d60e80ab178ce71657 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sun, 30 Mar 2025 14:37:52 +0100 Subject: replace htop with gotop --- .gitignore | 4 ---- drw.o | Bin 11504 -> 0 bytes dwm | Bin 81528 -> 0 bytes dwm.o | Bin 71360 -> 0 bytes util.o | Bin 2496 -> 0 bytes 5 files changed, 4 deletions(-) delete mode 100644 .gitignore delete mode 100644 drw.o delete mode 100755 dwm delete mode 100644 dwm.o delete mode 100644 util.o diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 816ea1c..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -drw.o -dwm -dwm.o -util.o diff --git a/drw.o b/drw.o deleted file mode 100644 index 7a3d0de..0000000 Binary files a/drw.o and /dev/null differ diff --git a/dwm b/dwm deleted file mode 100755 index 90da57a..0000000 Binary files a/dwm and /dev/null differ diff --git a/dwm.o b/dwm.o deleted file mode 100644 index 77e363a..0000000 Binary files a/dwm.o and /dev/null differ diff --git a/util.o b/util.o deleted file mode 100644 index a5acd64..0000000 Binary files a/util.o and /dev/null differ -- cgit v1.2.3