A Frederick Christensen
9c5d5d85f3
dwl-patches overhaul
...
Eliminated wiki.
Individual patches have a README.md explanation in their own subdirectory.
Simplified submission of new patches and maintenance of existing patches.
Instructions page (README.md autodisplayed) is now at https://codeberg.org/dwl/dwl-patches/
2024-05-09 23:12:04 -05:00
Ben Collerson
d6b051f5b8
fix singletagset patch issue #56
2024-05-08 13:15:51 +10:00
Palanix
0c4851e4a0
Fix monitorconfig patch
2024-05-03 23:37:08 +02:00
choc
51e07cb4b7
tablet-input: new patch
2024-05-04 01:23:26 +08:00
wochap
e58c3ec41a
remove unnecessary changes in client.h
2024-05-02 22:27:19 +00:00
choc
eb37047870
swallow: update patch
2024-05-02 00:33:56 +08:00
wochap
29c871d5ea
add foreign-toplevel-management.patch
2024-04-29 14:55:41 +00:00
sewn
3a4d8157f5
bar: 2024-04-25
2024-04-25 17:51:44 +03:00
sewn
9820162b9f
bar: 2024-24-04
2024-04-24 15:45:30 +03:00
Eldar Yusupov
7b3d32fbc3
restoremon: switch to early return
2024-04-23 11:09:25 +03:00
sewn
8287f9b148
bar: use patch from git repo
...
diff --git a/bar/bar.patch b/bar/bar.patch
index d8a367a..a8a6f96 100644
--- a/bar/bar.patch
+++ b/bar/bar.patch
@@ -1,4 +1,4 @@
-From c84dbb5d4fa84e37d9bf6addde065dc7d3b13ec5 Mon Sep 17 00:00:00 2001
+From a47820e26cbbcc3af7591d5676276a07def21c91 Mon Sep 17 00:00:00 2001
From: sewn <sewn@disroot.org>
Date: Tue, 16 Apr 2024 23:58:41 +0300
Subject: [PATCH] Implement dwm bar clone
@@ -994,6 +994,3 @@ index bf763df..54273ae 100644
if (c->isurgent && surface && surface->mapped)
client_set_border_color(c, urgentcolor);
---
-2.44.0
-
2024-04-17 00:03:01 +03:00
sewn
7d7df32f29
bar: remove utf8.h, included with drwl
2024-04-16 23:59:41 +03:00
Dhruva Sambrani
47258482e2
update dim-unfocused to allow temporary toggling
2024-04-16 14:25:52 +02:00
sewn
bbb80f7a91
barborder: bar 2024-04-14
2024-04-14 08:47:19 +03:00
sewn
54edef5264
barpadding: bar 2024-04-14
2024-04-14 08:21:50 +03:00
sewn
a20b75a9fd
hide_vacant_tags: update for bar 2024-04-14
2024-04-14 07:59:38 +03:00
sewn
0c8cc199dc
bar: update 2024-04-14
2024-04-14 07:46:05 +03:00
Eldar Yusupov
ac48b764da
Fix crash when there is no active client
2024-04-13 18:29:35 +03:00
wochap
6e3a57ffd1
update scenefx for HEAD
2024-04-11 18:26:36 -05:00
wochap
7a5c342082
update minimalborders for HEAD
2024-04-11 18:24:54 -05:00
wochap
be3735bc6a
update gestures for HEAD
2024-04-11 18:23:43 -05:00
wochap
655fd2916c
update relative-mouse-resize for HEAD
2024-04-11 18:20:49 -05:00
wochap
b828e21717
update cursortheme for HEAD
2024-04-11 18:18:52 -05:00
wochap
c676de59d5
update pointer-gestures-unstable-v1 for HEAD
2024-04-11 18:12:30 -05:00
wochap
fc4146f306
update lockedkeys for HEAD
2024-04-11 18:10:58 -05:00
wochap
2a6560c167
update regexrules patch
2024-04-11 18:09:11 -05:00
wochap
98cba933c9
update customfloat for HEAD
2024-04-11 18:06:35 -05:00
wochap
bf09845921
update pertag for HEAD
2024-04-11 18:04:04 -05:00
wochap
b104a580a8
update centeredmaster for HEAD
2024-04-11 17:58:47 -05:00
wochap
0f4e40fee4
update bottomstack for HEAD
2024-04-11 17:56:11 -05:00
wochap
5368aa392c
add options for blur and opacity
2024-04-10 16:01:50 +00:00
Nikita Ivanov
ad9c35ea0d
Add attachtop patch
2024-04-10 00:00:00 +00:00
sewn
887ad535ab
update bar patch
2024-04-09 11:07:03 +03:00
wochap
0096e49402
add headless patch
2024-04-09 02:51:11 +00:00
wochap
5b226519b8
add virtual-pointer patch
2024-04-09 02:50:12 +00:00
Eldar Yusupov
6ac7aa1ed8
Add restore-monitor patch
...
Moves clients to their old output when it is reattached.
2024-04-07 15:41:44 +03:00
nullsystem
cece11390f
primaryselection - disable/enable primary selection
...
* Just simply adds a config to disable/enable primary selection
* Revives Palanix's Primary-Selection patch
2024-04-06 15:31:32 +01:00
nullsystem
7e367bbfd1
buttonbystate.patch - allow config for release (and press)
...
- Adds "state" (enum wlr_button_state) to configure a button action on
either press or release. This basically enables release to be used
for button actions.
2024-04-06 15:29:01 +01:00
oak
052cda672a
port barheight patch from dwm
2024-04-06 13:49:34 +00:00
Oak
d7ca084f1b
port barheight patch from dwm
2024-04-06 13:49:34 +00:00
Guido Cella
185967aa4f
update unclutter
...
Remember the last cursor shape when restoring the cursor.
Remove the condition that returns early when a pointer constraint is
active because it is not necessary now that pointer focus is no longer
cleared.
I didn't call wlr_seat_pointer_notify_enter() while the cursor is hidden
to avoid restoring it, but this is no longer necessary now that
setcursor() and setcursorshape() don't change the cursor while it is
hidden: those calls were what restored the cursor.
By calling wlr_seat_pointer_notify_enter() even when the cursor is
hidden, we no longer have to manually restore pointer focus when the
cursor is restored.
2024-04-06 08:03:47 +02:00
wochap
45d849cab5
Update scenefx/scenefx.patch
2024-04-05 14:49:25 +00:00
sewn
b8a97a1295
bar: split sub-patches
2024-04-05 14:19:08 +03:00
choc
3c9a8e3232
swallow: update config.def.h
2024-04-03 11:31:20 +08:00
nullsystem
ebba19380c
perinputconfig - Add backported v0.5 patch
...
- Backport perinputconfig from main-tracking to v0.5
- It's actually simpler since v0.5 already has the keyboard groups as a
list as opposed to what's in current main
2024-04-01 22:32:13 +01:00
sewn
fece32c65f
remove stale uselessgaps
2024-04-01 17:24:19 +03:00
sewn
56f5f5e3fa
gaps: introduce
2024-04-01 17:16:51 +03:00
korei999
d76b3e5a4f
update xwayland-handle-minimize
2024-04-01 15:19:06 +03:00
Guido Cella
c0c1b7fac9
update switchtotag
2024-04-01 08:51:32 +02:00
nullsystem
b76cefd279
add perinputconfig.patch - set configuration per input
...
- Array replaced singular variables for configuration
- Pointer: Only applies to enable-state, acceleration profile, and speed
- Keyboard: Basically xkb_rule_names plus name
- Like EX: Rules, requires NULL/default set at the end
2024-03-31 20:05:12 +01:00