From 06342366e364f6c876f27a3f4a6e1876fdd020ce Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Thu, 8 May 2025 08:47:21 +0200 Subject: added README.md --- README.md | 12 ++++++++++++ README.txt | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e7f50a --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# The DWM 6.5 window manager with my modifications + +## dwm.c +- A function has been added for circulating from tag to tag + +## config.h +- The key bindings are adapted to a French keyboard +- Thinkpad keys are taken into account +- The colours are grabbed from Pywal16 +- Super+Shift+Right/Left enables tag circulation +- Super+Right/Left enables window circulation within a tag +- Other key bindings diff --git a/README.txt b/README.txt deleted file mode 100644 index 2ad170e..0000000 --- a/README.txt +++ /dev/null @@ -1,12 +0,0 @@ -This is a repository of the DWM 6.5 window manager with modifications - -dwm.c -- A function has been added for circulating from tag to tag - -config.h -- The key bindings are adapted to a French keyboard -- Thinkpad keys are taken into account -- The colours are grabbed from Pywal16 -- Super+Shift+Right/Left enables tag circulation -- Super+Right/Left enables window circulation within a tag -- Other key bindings -- cgit v1.2.3