Zuki Air
770aad7716
fix issue #557 , compilation error with gcc 15
2025-08-19 10:39:34 +01:00
fauxmight
be8b24ad2c
README.md -> clarify comment
2025-08-19 03:27:45 +02:00
Zuki Air
7ffea896fa
add riverctl patch
2025-08-19 03:23:37 +02:00
mmistika
214d0e400d
better-resize: fix https://codeberg.org/dwl/dwl-patches/issues/536#issuecomment-6188077
2025-08-13 18:22:12 +02:00
Shringe
be0f7b5674
Add systemd patch
2025-08-07 14:10:01 -05:00
MayOrMayNotBeACat
161c62ae6c
Merge branch 'main' into main
2025-07-29 16:12:08 +02:00
sewn
adda83d5c4
bar: add main 2025-07-29
2025-07-29 15:23:10 +03:00
Shringe
1b14ce7fc6
Add disable-keybindings-on-fullscreen-toggle
2025-07-28 15:31:27 +02:00
mmistika
07ad746a6f
better-resize: 0.7
2025-07-17 15:50:26 +02:00
A Frederick Christensen
12747d1fc6
Clarify write access granted to patchers
2025-07-12 14:28:42 -05:00
MayOrMayNotBeACat
348dc2ed33
Add stairs patch
2025-07-11 22:01:55 -04:00
MayOrMayNotBeACat
f85897237a
Merge pull request 'Sync with main dwl-patches repository' ( #1 ) from dwl/dwl-patches:main into main
...
Reviewed-on: https://codeberg.org/MayOrMayNotBeACat/dwl-patches/pulls/1
2025-07-12 03:45:54 +02:00
A Frederick Christensen
49aba1d42b
Disambiguate dwl-patches' license - closes issue #530
...
During the hosting transition from github to codeberg, dwl and
dwl-patches were split up for logistical reasons. In doing so,
however, the license files remained with dwl and were not replicated
into the new dwl-patches repository. This left new patches and
contributions to patches in an ambiguous license state.
Codeberg dwl-patches issue #530 requested that contributors to
dwl-patches explicitly consent or dissent to the dwl license
structure. All but seven contributors did so. Those seven
contributors' patches are here formally removed as dwl-patches adopts
the dwl license structure.
For clarity this license structure is as follows:
GPL-3+ license with a provision for the MIT license covering any
patches that affect util.c and util.h and a provision for the sway
license covering any patches that interact with client_is_float_type()
and the layer shell code which were drawn out of the sway code base.
2025-07-10 08:20:03 -05:00
mmistika
2aa9de3394
mouse-trackpad-split: 0.7
2025-06-24 22:42:14 +02:00
Santiago Lo Coco
7dd8eef128
attachtop: fix floating window edge case
...
Issue: #533
2025-06-16 23:39:35 +02:00
Guido Cella
1d16e63d46
update alwayscenter
2025-06-14 23:15:32 +02:00
Guido Cella
927ed93711
update center-terminal
2025-06-14 23:14:48 +02:00
Guido Cella
938cd817a4
update unclutter
2025-06-09 11:13:52 +02:00
wochap
eae3d7ec62
Update patches/scenefx/README.md
2025-06-08 22:34:20 +02:00
MayOrMayNotBeACat
739b1df535
Add comment documenting jank with launchtag.
2025-06-07 00:21:53 -04:00
MayOrMayNotBeACat
a8e93dcc1b
Fix initialization error
2025-06-07 00:09:26 -04:00
MayOrMayNotBeACat
eccf2288de
Try to make the compiler error out if tag_layout is incorrectly configured.
2025-06-07 00:01:02 -04:00
MayOrMayNotBeACat
3af96163a7
Clean up README
2025-06-06 23:38:00 -04:00
MayOrMayNotBeACat
5ba8f3ced8
Add launchtag patch.
2025-06-06 23:29:51 -04:00
kerberoge
609c4d63a7
Updated tmux-borders
2025-06-02 21:23:35 +02:00
kerberoge
585949952f
Second version of tmux-borders patch
2025-06-01 17:07:15 +02:00
Sivecano
cd083aa858
hot-reload: fix small regression and tiny memory leak
2025-05-30 12:57:29 +02:00
Sivecano
8f5f22eb4f
hot-reload: embarassing type (this is why you should do thourough testing)
2025-05-30 12:42:50 +02:00
Sivecano
9be77b2925
hot-reload: markdown is hard
2025-05-30 02:55:21 +02:00
Sivecano
50c6a46c35
update hot-reload README with a more comprehensive explanation of how to integrate it with other patches.
2025-05-30 02:43:50 +02:00
Sivecano
83b68bee53
update and fix hot-reload patch
...
we now depend on config.mk better and apply to latest dwl main
2025-05-30 01:44:22 +02:00
kerberoge
61d5f3c503
Fixed tmux-borders readme
2025-05-23 16:08:29 +02:00
kerberoge
1c3bb1cae6
Added tmux-borders patch
2025-05-23 15:55:38 +02:00
A Frederick Christensen
94b8bb3666
tablet-input: Add temporary primitive debugging
2025-05-18 17:58:39 -05:00
A Frederick Christensen
fd664f946d
Update tablet-input patch
2025-05-18 00:32:14 -05:00
A Frederick Christensen
38d814e1b0
Update touch-input patch
2025-05-17 22:19:41 -05:00
MayOrMayNotBeACat
285921afe4
Add attachfocused patch.
...
This patch changes dwl to make new clients attach below the currently
focused one, like you can do on hyprland.
Finish readme
Add known issue to README
2025-05-17 16:11:30 +00:00
Florian Olk
3b4043eb14
feat: rotate clients on current monitor
2025-05-17 00:31:36 +00:00
wochap
7f227a0fac
update git branch
2025-05-06 15:47:39 +00:00
korei999
2003c92c16
update tearing
2025-04-22 15:27:21 +03:00
korei999
daa3981969
update tearing
2025-04-22 15:26:10 +03:00
wochap
9f5193c17a
fix https://codeberg.org/dwl/dwl-patches/issues/488#issuecomment-3512513
2025-04-04 15:33:10 +00:00
vetu104
8ba6ccd823
bar-systray: Fix bad postfix decrement usage
2025-04-01 16:49:47 +03:00
h3nc4
93523c00fb
change keys into xkbcommon definitions
2025-03-29 19:56:30 +00:00
h3nc4
9137f21d74
port the tagshift patch from dwm
2025-03-29 19:56:30 +00:00
vetu104
7d54a01970
bar-systray: Support non-linux
...
- Remove unportable code: use self-pipe for waking up the wl_event_loop
on dbus events instead of eventfd. Tested on FreeBSD.
- Don't die if another tray is already running. Previous version didn't
allow nested dwls.
2025-03-29 19:26:20 +02:00
Ferdinand Bachmann
4df7dc7376
Add wayland-socket-handover patch
2025-03-26 17:30:53 +01:00
Nikita Ivanov
ca28e6d2d8
menu: fix pointer reset on error
2025-03-26 01:11:20 +01:00
Nikita Ivanov
955e7dec32
Add cfact-snail patch
2025-03-25 02:41:30 +01:00
Nikita Ivanov
667c0fbdbe
menu: use builtin fd_set_nonblock
2025-03-22 21:03:57 +01:00