all repos — ryudo @ b0fb6654c8d361fe5ca98d486cad7317f6c6f8e3

the floatiling window manager that flows; fork of rio from plan9port

b0fb6654
tweak formatting
Iris Lightshard nilix@nilfm.cc
1af2175f
fix clang-format, no sort includes!
Iris Lightshard nilix@nilfm.cc
2281498c
README: update; client, config, fns, key, manage: fix focus bugs, tweak center snap, and wrangle out of bounds windows
Iris Lightshard nilix@nilfm.cc
9a9bba58
bump to v0.4
Iris Lightshard nilix@nilfm.cc
e2e36e54
manage.c: fix libreoffice splash screen crash and windows starting out of focus
Iris Lightshard nilix@nilfm.cc
3a2f736c
config.h: document GAPSZ should be even; key.c: only use new center ratio; event.c: spawn new terminals with new ratio via kb
Iris Lightshard nilix@nilfm.cc
bc38a1ab
config.h, key.c: add gaps for psuedotiling
Iris Lightshard nilix@nilfm.cc
d06638a1
no focus for autostick windows, fix unhide with SHOWSTICK
Iris Lightshard nilix@nilfm.cc
bb3cc4a2
README.md, config.h: update documentation
Iris Lightshard nilix@nilfm.cc
738217b9
config.h, main.c, menu.c: fix SHOWSTICK configuration, add FONTLIST configuration, add AUTOSTICK and bump version to 0.2
Iris Lightshard nilix@nilfm.cc
f144036b
add option to enable/disable virtual switch notifications, remove diagnostic print statements from stick()
Iris Lightshard nilix@nilfm.cc
dd9e049a
menu.c, fns.h, dat.h, config.h: add omnipresent windows, add config option to enable or disable menu item; config.h, key.c: add keyboard shortcut for sticky windows
Iris Lightshard nilix@nilfm.cc
8ffa8d33
event.c/newwindow(): Use XGetRootWindowAttributes instead of client->screen to get desktop dimensions. This is needed to proprely size a keyboard-created window when using a smaller framebuffer size than the physical display.
Iris Lightshard nilix@nilfm.cc
2da43562
Merge branch 'master' of https://gitlab.com/nilix/ryudo
Iris Lightshard nilix@nilfm.cc
1bd8d82b
added unhide to README
Iris Lightshard nilix@nilfm.cc
cbd09d07
add unhide shortcut
Iris Lightshard nilix@nilfm.cc
e181d10b
restore focus-follows mouse (-ffm) runtime option
Iris Lightshard nilix@nilfm.cc
92b2491a
restored alt-tab functionality, dimmed active border color a little bit (to distinguish from steppenwolf-dark scrollbars)
Iris Lightshard nilix@nilfm.cc
662e30eb
Merge branch 'revert' into 'master'

truncate long window labels, maximized windows have no visible border, fix makefile

See merge request nilix/ryudo!1
Derek Stevens drkste@zoho.com
67a83975
fix truncation of long window labels
Iris Lightshard nilix@nilfm.cc
7f97ee3e
remove -grey option and related code (no bg setting); maximized window borders are off the edge of the screen now; truncate long window labels
Iris Lightshard nilix@nilfm.cc
ec4967e2
added a TODO for performance improvements in key.c
Iris Lightshard nilix@nilfm.cc
d3eba6a9
add urxvt to exec-failed message
Iris Lightshard nilix@nilfm.cc
7eb4a2c7
tweak README again
Iris Lightshard nilix@nilfm.cc
69e96b8c
tweak README
Iris Lightshard nilix@nilfm.cc
794fc2bc
first commit
Iris Lightshard nilix@nilfm.cc
5dcb3bfe
Merge branch 'master' into 'revert'

# Conflicts:
#   key.c
#   manage.c
Derek Stevens drkste@zoho.com
a0088869
truncate long window labels, maximized windows have no visible border, fix makefile
Iris Lightshard nilix@nilfm.cc
95b857a7
added notifications for virtual desktop switching
Iris Lightshard nilix@nilfm.cc
c409aaa0
ok, fixed unhide shortcut (really this time!)
Iris Lightshard nilix@nilfm.cc
704120b4
fix unhide shortcut
Iris Lightshard nilix@nilfm.cc
53c10d59
restore unhide shortcut
Iris Lightshard nilix@nilfm.cc
467f53aa
add guard against mangling root window in quickreshape()
Iris Lightshard nilix@nilfm.cc
ae690366
add usleep() call to newWindow(); a delay is needed now (for whatever reason) to give urxvt time to properly handle a resize event
Iris Lightshard nilix@nilfm.cc