Leonardo Hernández Hernández
b2123c8957
update config
2023-11-23 16:07:28 -06:00
Leonardo Hernández Hernández
507cd2e9fc
make dwl a subreaper
2023-11-23 16:07:28 -06:00
Leonardo Hernández Hernández
c64230b9f6
use keycodes instead keysyms
2023-11-23 16:07:28 -06:00
Leonardo Hernández Hernández
be39a5d7e8
allow use config.def.h instead of config.h
2023-11-23 16:07:28 -06:00
Leonardo Hernández Hernández
e5dc5b0ad7
print status to "${XDG_RUNTIME_DIR}/dwl-${WAYLAND_DISPLAY}"
2023-11-23 16:07:27 -06:00
egorguslyan
365f816432
allow specify cursor theme and size
...
Co-authored-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2023-11-23 16:07:27 -06:00
Leonardo Hernández Hernández
0eb873340b
hide behind monocle
2023-11-23 16:07:27 -06:00
Leonardo Hernández Hernández
c766bb02f0
hide-behind-fullscreen
2023-11-23 16:07:27 -06:00
Leonardo Hernández Hernández
fcf3f602af
allow gaps in monocle layout if requested
2023-11-23 16:07:27 -06:00
Leonardo Hernández Hernández
02441863df
Implement vanitygaps
2023-11-23 16:07:27 -06:00
Vladislav Nepogodin
879021bd94
Function to cycle through available layouts.
2023-11-23 16:07:26 -06:00
Leonardo Hernández Hernández
46dcc997e2
increase RLIMIT_CORE (generate a coredump)
2023-11-23 16:07:26 -06:00
Leonardo Hernández Hernández
bfa2cbb848
apply autostart patch from dwm
...
https://dwm.suckless.org/patches/cool_autostart/
2023-11-23 16:07:26 -06:00
Palanix
09d177c13a
apply monfig patch
...
Co-authored-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2023-11-23 16:07:26 -06:00
Leonardo Hernández Hernández
77e34dc45a
add option to enable numlock/capslock
2023-11-23 16:07:26 -06:00
Leonardo Hernández Hernández
feca3a9810
don't draw borders if there is only one window
...
Co-authored-by: Andrey Proskurin <andreyproskurin@protonmail.com>
2023-11-23 16:07:24 -06:00
Guido Cella
519ef45428
center floating windows
...
Credits to Benjamin Chausse for fixing this with multiple monitors.
Modified-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2023-11-23 16:06:42 -06:00
Leonardo Hernández Hernández
4932666c65
implement pointer constraints
...
mostly copied from sway implementation
Modified-by: A Frederick Christenesn <dwl@ivories.org>
Modified-by: pm4rcin <37148802+pm4rcin@users.noreply.github.com>
2023-11-23 16:06:35 -06:00
Leonardo Hernández Hernández
86b1e752db
add default transparency for windows and rules for override the transparency
2023-11-23 16:04:43 -06:00
Leonardo Hernández Hernández
6838f909bd
try to apply gamma LUT in updatemons
...
this in the case the output was re-enabled
2023-11-21 20:41:36 -06:00
Leonardo Hernández Hernández
d2dd2f4986
ignore wl_surface.commit for xwayland clients
...
This is no longer needed
2023-11-21 20:16:26 -06:00
Leonardo Hernández Hernández
a0e79d8145
Do not send repeated xdg_toplevel.configure_bounds
...
Fixes: 32e66f4582
2023-11-21 20:15:46 -06:00
Leonardo Hernández Hernández
32e66f4582
resize clients on commit
...
Fixes: https://github.com/djpohly/dwl/issues/515
This reverts commit 4567979b16
.
2023-11-21 20:15:00 -06:00
Leonardo Hernández Hernández
2751a6195d
do not try to enable adaptive sync
2023-11-18 11:20:56 -06:00
Leonardo Hernández Hernández
fcf324be6c
fix the position of the cursor image after turning all the monitors on
2023-11-17 19:03:23 -06:00
Leonardo Hernández Hernández
b8e933b9a9
remove unused #include
2023-11-17 11:03:33 -06:00
Leonardo Hernández Hernández
1044a21555
do not check if session
is non-NULL
...
wlr_session_change_vt() is a no-op if session == NULL
2023-11-17 11:03:33 -06:00
Leonardo Hernández Hernández
6bcd5d8d87
do not explicitly destroy some wlroots interfaces
...
they are destroyed when the wayland display is destroyed
2023-11-17 11:03:32 -06:00
Leonardo Hernández Hernández
7611dc91d7
enable debug symbols by default
...
they does not affect performance and the size's increase is negligible
2023-11-17 11:03:32 -06:00
Leonardo Hernández Hernández
e95f14541a
fix docs
...
copied from tinywl
2023-11-17 11:03:32 -06:00
Leonardo Hernández Hernández
bca1b779aa
fix destroynotify() docs
...
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4421
2023-11-17 11:03:32 -06:00
Leonardo Hernández Hernández
7bdbab0400
check toplevel resource instead of client's xdg_shell to set bounds
2023-11-17 11:03:32 -06:00
Leonardo Hernández Hernández
dd25cdb56e
use the new wlroots function to get a toplevel from a wlr_surface
...
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4419
2023-11-17 11:03:32 -06:00
Leonardo Hernández Hernández
caac2d664d
explicitly return -1 in the first check in toplevel_from_wlr_surface
2023-11-17 11:03:31 -06:00
Leonardo Hernández Hernández
b1740056d5
do not use #ifdef -> #else -> #endif in client_is_x11
...
all other funcions use #ifdef -> #endif
2023-11-17 11:03:31 -06:00
Leonardo Hernández Hernández
0067c76cab
delete unused functions
2023-11-17 11:03:31 -06:00
Leonardo Hernández Hernández
22d21676b0
style fixes in client_is_float_type
2023-11-17 11:03:31 -06:00
Leonardo Hernández Hernández
d6c102d9db
correctly check if the scene node is enabled in client_is_rendered_on_mon
2023-11-17 11:03:31 -06:00
Leonardo Hernández Hernández
0e897608a1
do not use magical numbers to check edges
...
the interface is declared stable, which means we could just use 0 anyway
2023-11-17 11:03:31 -06:00
Leonardo Hernández Hernández
6d0ec595d3
simplify client_get_clip
...
the clips for xwayland and xdg clients are pretty similar, after all we only
need to adjust x and y for xdg clients
2023-11-17 11:03:31 -06:00
Leonardo Hernández Hernández
4f4c540bb9
prevent a use-after-free at exit
2023-11-17 11:03:30 -06:00
Leonardo Hernández Hernández
8e3f5364d3
do not compute layout box twice
2023-11-17 11:03:30 -06:00
Leonardo Hernández Hernández
2212363225
make sure fullscreen clients have the right size
2023-11-17 11:03:30 -06:00
Leonardo Hernández Hernández
6f8a3f9374
fix screen artifacts when setting gamma
...
the artifacts were caused because we tried to set the gamma right after
receiving the event, this resulted in two pending page-flips, which
not always play well together.
This also seems to fix a screen freeze when turning on a monitor that has
gamma.
Additionally the current method won't work once [0] is merged
[0]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4423
2023-11-17 11:01:30 -06:00
Leonardo Hernández Hernández
e1f3983bf8
use wlr_scene_subsurface_tree_set_clip
...
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4131
Closes: https://github.com/djpohly/dwl/issues/411
2023-11-14 19:44:43 -06:00
Leonardo Hernández Hernández
31bf1cbaf6
Revert "respect size hints"
...
This reverts commit 72e0a560d9
.
2023-11-14 19:44:28 -06:00
Leonardo Hernández Hernández
a4a83e95e6
use newer cursor naming spec
...
References: https://www.freedesktop.org/wiki/Specifications/cursor-spec/
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4416
2023-11-01 12:28:19 -06:00
Leonardo Hernández Hernández
e45ded7eea
ignore maximize events for clients using xdg-shell v5 and newer
2023-11-01 12:16:02 -06:00
Leonardo Hernández Hernández
e5e74acfce
send maximized if tiled isn't supported (XDG shell)
...
wlroots doesn't do it automatically anymore
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4409
2023-11-01 12:04:59 -06:00
Leonardo Hernández Hernández
892a4d3ec7
Merge remote-tracking branch 'upstream/main' into wlroots-next
2023-10-13 17:10:25 -06:00