Commit graph

34 commits

Author SHA1 Message Date
7dd76b67ff
fix some regressions from 1.4 (1.5 is based on 1.3); 'proper' mouse passthrough not there yet 2024-09-26 07:50:54 -06:00
2e003caebd
v1.3.0 ready for release; fix for wrangle and zoom keybinds, update docs and config.def.h 2022-03-01 12:22:14 -07:00
69da0d7c77
implement support for multimonitor setups; bump version to 1.3.0 2022-02-28 23:40:42 -07:00
b171a66b5c
use Xrandr to store monitor info; next we must use this info to place windows 2022-02-27 10:18:17 -07:00
d1a8d31b45
key.c: fix zombie terminal processes 2022-01-18 16:29:16 -07:00
7a8843267f
key.c: allow numlock to be active with keybinds 2021-11-11 12:00:12 -07:00
34c6e5e027
fix ZOOM_KEY ifdef 2021-05-26 21:43:57 -07:00
3c8037d3f4
fix conflicts merging 0.7 into master 2021-05-12 21:18:59 -06:00
548f2f7cba
event: fix configure requests where a window in another desktop requests focus; client, cursor, event, grab, key, manage, menu: clang-format 2021-04-29 00:41:36 -04:00
c4a0ea2970
key.c: zoom maximizes current window 2021-03-10 00:22:21 -05:00
ae87896421
key.c: fix unguarded else ifs for virt switching 2021-03-09 00:34:00 -05:00
404424f518
config.h: reorganize config.h and update documentation; key,c: make all keybinds except alt-tab optional 2021-03-07 23:35:01 -05:00
0308053930
scrap zoom mode 2021-03-07 01:32:13 -05:00
55d6921b45 config.h, main.c, key.c, manage.c, client.c: add zoom mode (fullscreen everything); event.c, menu.c: don't leave us out of focus when deleting windows 2021-03-05 23:58:10 -05:00
98ed00f38c
cient, event, key, fns, config: fix two client centering styles, always include config.h before dat.h, update config.h 2021-02-26 17:18:39 -05:00
b0fb6654c8
tweak formatting 2021-02-26 14:50:23 -05:00
1af2175f2e
fix clang-format, no sort includes! 2021-02-26 13:01:22 -05:00
2281498ceb
README: update; client, config, fns, key, manage: fix focus bugs, tweak center snap, and wrangle out of bounds windows 2021-02-26 00:36:37 -05:00
3a2f736ce5
config.h: document GAPSZ should be even; key.c: only use new center ratio; event.c: spawn new terminals with new ratio via kb 2021-02-25 00:37:57 -05:00
bc38a1ab32
config.h, key.c: add gaps for psuedotiling 2021-02-24 15:50:29 -05:00
d06638a1eb
no focus for autostick windows, fix unhide with SHOWSTICK 2021-02-21 18:13:58 -05:00
dd9e049a8c
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 2021-02-10 23:28:14 -05:00
95b857a77c
added notifications for virtual desktop switching 2020-08-06 23:50:28 -04:00
c409aaa045
ok, fixed unhide shortcut (really this time!) 2020-02-29 13:08:58 -05:00
704120b4d4
fix unhide shortcut 2020-02-29 13:05:10 -05:00
53c10d5987
restore unhide shortcut 2020-02-29 13:04:01 -05:00
467f53aa0b
add guard against mangling root window in quickreshape() 2020-02-29 10:38:12 -05:00
92b2491a18
restored alt-tab functionality, dimmed active border color a little bit (to distinguish from steppenwolf-dark scrollbars) 2019-12-05 00:34:54 -05:00
5dcb3bfee3 Merge branch 'master' into 'revert'
# Conflicts:
#   key.c
#   manage.c
2019-12-05 05:22:43 +00:00
7f97ee3e9e
remove -grey option and related code (no bg setting); maximized window borders are off the edge of the screen now; truncate long window labels 2019-12-04 23:37:12 -05:00
a008886973
truncate long window labels, maximized windows have no visible border, fix makefile 2019-12-04 20:17:43 -05:00
ec4967e2cc
added a TODO for performance improvements in key.c 2019-12-02 17:31:16 -05:00
d3eba6a99b
add urxvt to exec-failed message 2019-12-02 17:09:06 -05:00
794fc2bc71
first commit 2019-12-02 13:23:00 -05:00