README: update with screenshots
This commit is contained in:
parent
3f3d0985ba
commit
ba45d439aa
5 changed files with 6 additions and 1 deletions
|
@ -2,13 +2,18 @@
|
|||
## the minimalist floatiling window manager that flows
|
||||
-- Derek Stevens <drkste@zoho.com> 2019 --
|
||||
|
||||
![micro centered](./screenshots/micro_centered.png)
|
||||
![floating porn](./screenshots/floating.png)
|
||||
![firefox maximized](./screenshots/firefox_maimized.png)
|
||||
![pseudotiling](./screenshots/pseudotiling.png)
|
||||
|
||||
### About
|
||||
`ryudo` is a fork of Russ Cox's Rio, itself a fork of David Hogan's 9wm.
|
||||
The primary additions I've made are:
|
||||
|
||||
- `urxvt`, `konsole`, and `Alacritty` are detected as proper terminal programs for sweeping out new windows
|
||||
- `urxvt` is the default terminal emulator (still tries `9term` and then `xterm` if no dice)
|
||||
- Window spawning behavior has been made more natural -- windows shouldn't spawn partially offscreen like with `rio`.
|
||||
- Window spawning behavior has been made more natural -- windows shouldn't spawn partially offscreen like with `rio`
|
||||
- Customizable colors, borders, fonts, gaps, and keybinds in `config.h`
|
||||
- Default keybindings:
|
||||
+ New Terminal: Super+Slash
|
||||
|
|
BIN
screenshots/firefox_maximized.png
Normal file
BIN
screenshots/firefox_maximized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 KiB |
BIN
screenshots/floating.png
Normal file
BIN
screenshots/floating.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
BIN
screenshots/micro_centered.png
Normal file
BIN
screenshots/micro_centered.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
screenshots/pseudotiling.png
Normal file
BIN
screenshots/pseudotiling.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
Loading…
Reference in a new issue