diff --git a/README.md b/README.md index 3d6f952..0fc824f 100755 --- a/README.md +++ b/README.md @@ -2,13 +2,18 @@ ## the minimalist floatiling window manager that flows -- Derek Stevens 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 diff --git a/screenshots/firefox_maximized.png b/screenshots/firefox_maximized.png new file mode 100644 index 0000000..58b02ae Binary files /dev/null and b/screenshots/firefox_maximized.png differ diff --git a/screenshots/floating.png b/screenshots/floating.png new file mode 100644 index 0000000..5f38711 Binary files /dev/null and b/screenshots/floating.png differ diff --git a/screenshots/micro_centered.png b/screenshots/micro_centered.png new file mode 100644 index 0000000..377938f Binary files /dev/null and b/screenshots/micro_centered.png differ diff --git a/screenshots/pseudotiling.png b/screenshots/pseudotiling.png new file mode 100644 index 0000000..6c84170 Binary files /dev/null and b/screenshots/pseudotiling.png differ