ref: 9a6cc7879f2a990cc63d6f33b6e71bf0b8b440df
parent: 44d50971c6f8d9315ca145bb296aef46421c432a
author: halfwit <halfwit@hlfw.ca>
date: Thu Aug 22 21:13:32 PDT 2024
update readme
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-# Halfwit's Window Manager
Set of scripts around wmutils/wmgroup/watom that form my window manager
[](https://www.youtube.com/watch?v=MSIjqTgtj2c)
@@ -13,15 +12,12 @@
## Startup
xinitrc
-```sh
-# all things you start before
-inotifybar &
-exec hwwm
-```
+ # all things you start before
+ inotifybar &
+ exec hwwm
## Installation
Requires watom, wmgroup, wmutils
-
PREFIX=myprefix make install
The inotifybar is very specific to my system, but serves as an interesting example of what is possible, with the various \*bar scripts being ran on hooks or at the ends of scripts only, such that polling doesn't take too much CPU time.
@@ -29,31 +25,23 @@
## Configuration
This presumes $XDG_CONFIG_HOME/x11 exists, with the following files:
-
tags
-```sh
-# name autofocus group
-mpv false 1
-firefox true 2
-vim true 3
-irc true 4
-zathura true 5
-```
-
+ # name autofocus group
+ mpv false 1
+ firefox true 2
+ vim true 3
+ irc true 4
+ zathura true 5
size
-```sh
-width=1363
-height=751
-gaps=6
-fulw=1354
-fulh=743
-```
-
+ width=1363
+ height=751
+ gaps=6
+ fulw=1354
+ fulh=743
window
-```sh
-weechat '%s %s %s %s' "350" "224" "454" "261"
-# Any valid sh here to emit something in the form of
-# See my dotfiles for examples
-# <nameofwindow> '%s %s %s %s' <minx> <miny> <maxx> <maxy>
-```
+ weechat '%s %s %s %s' "350" "224" "454" "261"
+ # Any valid sh here to emit something in the form of
+ # See my dotfiles for examples
+ # <nameofwindow> '%s %s %s %s' <minx> <miny> <maxx> <maxy>
+