Commit graph

961 commits

Author SHA1 Message Date
speedie e3c8633fea new keybinds 2023-06-06 02:34:56 +02:00
speedie b0dd1696b0 some changes 2023-06-06 02:17:54 +02:00
speedie 4659b67d7d add warp 2023-06-06 02:10:36 +02:00
speedie 4b5bcedb87 debloat 2023-06-06 02:04:06 +02:00
speedie f358ed29b0 some autostart 2023-06-06 02:03:22 +02:00
speedie 6655cab11f add vanitygaps 2023-06-06 01:56:58 +02:00
speedie 2d7aa598d5 add pertag 2023-06-06 01:48:35 +02:00
speedie 003147bc91 some config changes 2023-06-06 01:37:07 +02:00
speedie c77d2c2af8 change some keybinds to fit my taste 2023-06-06 01:28:34 +02:00
speedie 8210f48696 add ipc patch 2023-06-06 01:23:42 +02:00
speedie d776e0c026 add attachbottom 2023-06-06 01:11:13 +02:00
speedie 1afe3eec53 asdf 2023-06-06 01:08:38 +02:00
StratusFearMe21 edd188ca62
Add version checking to wlroots dependency 2023-01-16 16:06:29 +00:00
StratusFearMe21 fb67ff7ace
Delete .gitignore 2023-01-15 23:01:18 +00:00
StratusFearMe21 a0c7722b67
Update README.md 2023-01-15 22:46:55 +00:00
StratusFearMe21 c02e222ee9
Update README.md 2023-01-15 22:43:20 +00:00
StratusFearMe21 e0faeece19
Update meson.build 2023-01-15 22:42:32 +00:00
StratusFearMe21 d57e8cbd72
Update meson.build 2023-01-15 22:32:23 +00:00
StratusFearMe21 f1daa24a30
Update meson.build 2023-01-15 22:29:06 +00:00
StratusFearMe21 0a32118953
Update meson.build 2023-01-15 22:28:32 +00:00
StratusFearMe21 b7f5877329
Update meson_options.txt 2023-01-15 22:24:05 +00:00
StratusFearMe21 46b85378ee
Update .gitignore 2023-01-15 22:23:46 +00:00
StratusFearMe21 28f97d2971
Update README.md 2023-01-15 22:23:24 +00:00
StratusFearMe21 c8dde3a2ad
Update README.md 2023-01-15 22:22:22 +00:00
StratusFearMe21 0dba1e56d7
Delete config.mk 2023-01-15 22:21:08 +00:00
StratusFearMe21 73a6d28d3c
Delete Makefile 2023-01-15 22:20:54 +00:00
StratusFearMe21 3333503c10
Create meson.build 2023-01-15 22:20:02 +00:00
StratusFearMe21 2242a139ed
Create meson_options.txt 2023-01-15 22:19:37 +00:00
StratusFearMe21 7fb1e152e8
Create meson.build 2023-01-15 22:19:17 +00:00
Leonardo Hernández Hernández 8653b27692
bump version to 0.4 2022-12-30 14:46:52 -06:00
Leonardo Hernández Hernández 932c1d45f2
remove --long from git-describe command 2022-12-30 14:46:34 -06:00
Leonardo Hernández Hernández dbe44e48c8
return early if selmon is not part of the output layout in dirtomon()
instead of checking twice
2022-12-30 14:31:56 -06:00
Leonardo Hernández Hernández 0b2c33248c
simplify check in urgent()
we only care if it returned a client or not
2022-12-30 14:29:19 -06:00
Leonardo Hernández Hernández 56114f700f
arrange monitor after updating fullscreen background and lock surfaces 2022-12-30 14:26:53 -06:00
Leonardo Hernández Hernández 71c7e4e1e5
also update locked_bg node position in updatemons() 2022-12-30 14:25:19 -06:00
Leonardo Hernández Hernández 72d29f1654
add blank lines to make updatemons() more readable 2022-12-30 14:21:46 -06:00
Leonardo Hernández Hernández e523c2b82b
update comment about client_set_size() as no-op 2022-12-30 14:19:47 -06:00
Leonardo Hernández Hernández 6d0e3a5198
check if a client is resizing before checking if it's visible
It's not like it's noticeable, but theoretically this is faster
2022-12-30 14:15:21 -06:00
Leonardo Hernández Hernández 5347ed663d
only mark pending resizes as completed checking the configure serial 2022-12-30 14:14:06 -06:00
Leonardo Hernández Hernández 05f4e23c43
bump version to 0.4-rc3 2022-12-24 17:54:19 -06:00
Leonardo Hernández Hernández be854cab35
do not try to resize if size wouldn't change 2022-12-24 16:44:09 -06:00
Leonardo Hernández Hernández 6ca011430a
do not skip frames if a client is stopped and have a pending resize 2022-12-24 16:44:09 -06:00
Leonardo Hernández Hernández 7eaa01ac1f
Revert "Revert "fix flickering when resizing/spawning windows""
This reverts commit 4a32293548.
2022-12-24 16:44:09 -06:00
Leonardo Hernández Hernández 92e7752203
disable client's scene node after create it (only XDGShell)
will be enabled when setting up its monitor and arrange it

Bug: https://github.com/djpohly/dwl/issues/306
2022-12-24 16:44:09 -06:00
Leonardo Hernández Hernández 6682878009
call arrange() or resize() depending on c->isfloating in commitnotify 2022-12-24 16:43:31 -06:00
Leonardo Hernández Hernández afacc9b0b5
force SSD when creating an xdg_toplevel_decoration object
Closes: https://github.com/djpohly/dwl/issues/366
Not sure why GLFW apps do not get mapped when we do not tell them the
decoration method
2022-12-20 21:53:45 -06:00
Leonardo Hernández Hernández dd9d8d543c
remove selclient()
selclient() does not work well when dealing newly mapped
clients (specifically those mapped on invisible tags).

This fixes various bugs related to things not working because selclient() would
return NULL.

References: 94c8bd6048
2022-12-20 21:27:14 -06:00
Leonardo Hernández Hernández 686958a4cc
fix unset fullscreen for all visible clients when mapping a new one
this also changes our policy about when we unset fullscreen:

dwl will unset fullscreen for clients who share tags (and monitor) with a newly
mapped client, it does not matter if the clients are visible or not
2022-12-20 21:21:40 -06:00
Leonardo Hernández Hernández 1a3d89e5b2
call checkidleinhibitor() in arrange() and not in focusclient() 2022-12-16 18:54:33 -06:00
Leonardo Hernández Hernández 7b1fe7e5f2
fix checking idle inhibit state
checking `bypass_surface_visibility` first, could cause that even if the idle
inhibitor is being destroyed it will disable idle tracking

and if we couldn't get its scene tree, then assume that the surface is visible
2022-12-16 17:37:18 -06:00