birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c590fecd0594fbb82837aecae5f717283ce0a454
parent e224757ab24429056ab3b46105339c28a09d2d68
Author: grouse <bdmfegys@duck.com>
Date:   Sun, 29 Oct 2023 16:42:44 -0400

renamed repo cause its funny

Diffstat:
MREADME | 26++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/README b/README @@ -1,40 +1,46 @@ -dwm - dynamic window manager +birdwm - dynamic window manager for birds ============================ + _ _ _ +| |__ (_)_ __ __| |_ ___ __ ___ +| '_ \| | '__/ _` \ \ /\ / / '_ ` _ \ +| |_) | | | | (_| |\ V V /| | | | | | +|_.__/|_|_| \__,_| \_/\_/ |_| |_| |_| + This is my dwm fork. It includes my slstatus configs and it depends on some of my scripts included in my dotfiles. For more info see https://git.tetraonini.online/grouse/dotfiles -dwm is an extremely fast, small, and dynamic window manager for X. +birdwm is an extremely fast, small, and dynamic window manager for birds. Requirements ------------ -In order to build dwm you need the Xlib header files. +In order to build birdwm you need the Xlib header files. Installation ------------ -Edit config.mk to match your local setup (dwm is installed into +Edit config.mk to match your local setup (birdwm is installed into the /usr/local namespace by default). -Afterwards enter the following command to build and install dwm (if +Afterwards enter the following command to build and install birdwm (if necessary as root): make clean install -Running dwm +Running birdwm ----------- -Add the following line to your .xinitrc to start dwm using startx: +Add the following line to your .xinitrc to start birdwm using startx: exec dwm -In order to connect dwm to a specific display, make sure that +In order to connect birdwm to a specific display, make sure that the DISPLAY environment variable is set correctly, e.g.: DISPLAY=foo.bar:1 exec dwm -(This will start dwm on display :1 of the host foo.bar.) +(This will start birdwm on display :1 of the host foo.bar.) In order to display status info in the bar, you can do something like this in your .xinitrc: @@ -48,5 +54,5 @@ like this in your .xinitrc: Configuration ------------- -The configuration of dwm is done by creating a custom config.h +The configuration of birdwm is done by creating a custom config.h and (re)compiling the source code.