shithub: riow

Download patch

ref: b6b91c9942420f7d399c1df0742961d4eb12138a
parent: 2b9f6e74bbc1a12d9c5eb231cc0b5809e935cf4d
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Aug 28 17:22:59 EDT 2022

clear out readme

--- a/README.md
+++ b/README.md
@@ -22,17 +22,9 @@
 
 ## Installation and usage
 
-Run `mk install` in this repo.
+	mk install
+	man riow
 
-`riow` uses `/dev/kbdtap` of rio and should be placed as *last* in the chain of
-`kbdtap` users (after `ktrans` and/or `reform/shortcuts`).
-
-Running it alone:
-
-	riow </dev/kbdtap >/dev/kbdtap >[3]/dev/null
-
-Note that the current desktop number is printed to fd 3.
-
 Running with [bar](https://git.sr.ht/~ft/bar) is recommended.  For
 example, with additional `zuke(1)` controls and `reform/shortcuts`:
 
@@ -50,24 +42,6 @@
 			' >[2]/dev/null
 	}
 	</dev/kbdtap reform/shortcuts | riow >/dev/kbdtap |[3] bar
-
-This can be running on rio startup by adding `window Bar` to your `riostart` script.
-
-## Keys
-
-```
-Mod4-f              toggle fullscreen for the current window
-Mod4-s              toggle "sticky" mode for the current window
-Mod4-enter          start a new window
-Mod4-[0..9]         switch to a specific virtual desktop
-Mod4-shift-[0..9]   move the current window to a specific virtual desktop
-
-Mod4-[↑↓←→]         move the window (small steps)
-Mod4-ctrl-[↑↓←→]    move the window (big steps)
-
-Mod4-shift-[↑↓←→]       resize the window (small steps)
-Mod4-shift-ctrl-[↑↓←→]  resize the window (big steps)
-```
 
 ## Extras