Compare commits

..

214 Commits

Author SHA1 Message Date
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
choc b917e4936e add fakefullscreenclient patch
enable fake fullscreen per client
2024-03-29 22:57:26 +08:00
wochap 9147f25eca Update scenefx/scenefx.patch 2024-03-29 13:52:35 +00:00
A Frederick Christensen db9f58c0ff Remove simple-touch-input in favor of less-simple-touch-input 2024-03-28 20:19:35 +00:00
Micah N Gorrell bb24660607 Updated the less-simple-touch-input patch 2024-03-28 11:27:42 -06:00
Guido Cella 9a37e365ad update unclutter
Don't clear the pointer focus when hiding the cursor. This was annoying
because if you e.g. had the cursor over a spoiler tag it becomes black
again after the timeout, or if the cursor was opening a popup by
hovering over a button the popup disappears after the timeout.

Not clearing the pointer focus requires adding a check when changing the
cursor image to not make the cursor reappear when it does. Skipping the
image change results in having the old cursor image if it changed while
the cursor was hidden, until it is changed again. Don't keep track of
the last cursor image for simplicity.
2024-03-28 07:50:51 +01:00
Micah N Gorrell d5f6fbd853 Modified logic of press_repeat_release patch so that an unmodified keybinding with default values for the new flags will behave as it does in vanilla, while keybindings with customized flags will function as expected 2024-03-27 16:27:59 -06:00
Micah N Gorrell c567df584f Add press_repeat_release patch 2024-03-27 16:01:42 -06:00
Micah N Gorrell 63de53fa35 Add remembertags patch 2024-03-27 13:06:24 -06:00
Micah N Gorrell 5a2ac3b42d Add hiderule patch 2024-03-27 12:55:06 -06:00
Micah N Gorrell 4745504170 Add varcol layout patch 2024-03-27 12:36:36 -06:00
David Donahue c981ea8bd9 Added toggle_constraints patch 2024-03-26 17:52:34 -06:00
Micah N Gorrell 2a6e98d532 Update less-simple-touch-input patch based on pointer contstraints being added upstream 2024-03-26 10:35:19 -06:00
choc 67f16db3df add setupenv patch
allow configuring environment variables in config.h
2024-03-26 22:16:17 +08:00
sewn deee415bb4 bar: fix bug (updatebardims) 2024-03-25 00:16:26 +03:00
sewn cfac8fab2a bar: add hide_vacant_tags 2024-03-24 23:07:40 +03:00
wochap 924b14e6f6 add scenefx patch 2024-03-24 00:19:22 +00:00
A Frederick Christensen 5130d0fe27 Cleanup after image hosting testing 2024-03-23 13:49:01 -05:00
A Frederick Christensen b6e2665050 Testing image inclusion 2024-03-23 12:42:45 -05:00
sewn 060751cf0d bar: update patches 2024-03-23 19:21:10 +03:00
sewn d48f9af544 bar: add border patch 2024-03-23 14:10:37 +03:00
korei999 2a2bb658f9 add xwayland-handle-minimize patch 2024-03-21 23:30:08 +02:00
wochap 1c2a00f057 fix https://discord.com/channels/792077480227110922/792077928728494131/1219337522073702490 2024-03-18 22:51:06 +00:00
sewn 8c1016d049 bar: add barpadding 2024-03-19 00:20:10 +03:00
sewn 51ca832d5c bar: update 2024-03-18 2024-03-18 20:19:25 +03:00
Gavin M 921574f4c2 Updated tab/tab.patch, fixed floating window labels 2024-03-18 01:36:46 +00:00
Gavin M b6031b0c38 Add limitnmaster patch 2024-03-16 12:11:44 +00:00
Gavin M fc1e77b549 Added togglekblayoutandoptions patch 2024-03-16 12:11:10 +00:00
Gavin M 81ab31a108 added tab patch 2024-03-15 16:43:41 -05:00
choc 0150cfebbc update ipc 2024-03-13 21:48:59 +08:00
Marcin Pachur 83b80ddd6d Remove screenshots
Signed-off-by: Marcin Pachur <pm4rcin@noreply.codeberg.org>
2024-03-13 04:22:16 +00:00
Marcin Pachur 5a314f3259 Remove pointerconstraints patches
Signed-off-by: Marcin Pachur <pm4rcin@noreply.codeberg.org>
2024-03-13 04:22:16 +00:00
A Frederick Christensen 2723afe575 Update simple-touch-input.patch since pointer constraints merge 2024-03-12 23:07:44 -05:00
wochap cab910fd1a add relative-mouse-resize patch
allow you to resize from each corner
2024-03-11 22:26:51 +00:00
wochap 6379c9af6c add minimalborders patch
it merge adjacent borders
2024-03-11 22:26:51 +00:00
wochap 7793c3facc add borders patch
this patch adds 2 borders to each side (top,bottom,left,right)
2024-03-11 22:26:51 +00:00
wochap 95a3729334 reintroduce togglekblayout 2024-03-11 22:26:51 +00:00
wochap 35f1519770 remove swapandfocusdir from stale folder
export swapandfocusdir with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap a10e7f4aef remvoe regexrules from stale folder
export regexrules patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 42002d1d1e remove pointer-gestures-unstable-v1 from stale folder
export pointer-gestures-unstable-v1 with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 3f9a58cde9 reintroduce pertag 2024-03-11 22:26:51 +00:00
wochap cc3cc88ce0 reintroduce namedscratchpads 2024-03-11 22:26:51 +00:00
wochap b4156fc8c2 reintroduce movestack 2024-03-11 22:26:51 +00:00
wochap 4a53aaedf2 remove moveresizekb from stale folder
export moveresize patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 14d7455154 reintroduce movecenter 2024-03-11 22:26:51 +00:00
wochap 76d412227c remove modes patch from stale folder
re export modes patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 635835d17d remove lockedkeys from stale folder
re export lockedkeys with `git format-path`
2024-03-11 22:26:51 +00:00
wochap 0c45f82fd2 remove gesture from stale folder
re export patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap af311629bc reintroduce customfloat 2024-03-11 22:26:51 +00:00
wochap 684fb8b3f4 reintroduce cursortheme 2024-03-11 22:26:51 +00:00
wochap b53fc4699d reintroduce centeredmaster 2024-03-11 22:26:51 +00:00
wochap 12b0902ef2 reintroduce bottomstack 2024-03-11 22:26:51 +00:00
wochap aa514bf28e reintroduce lockedkeys 2024-03-11 22:26:51 +00:00
wochap 3523e24d53 reintroduce modes patch 2024-03-11 22:26:51 +00:00
wochap 9edefb219a reintroduce moveresizekb patch 2024-03-11 22:26:51 +00:00
wochap 416dc1c5c7 reintroduce swapandfocusdir patch 2024-03-11 22:26:51 +00:00
wochap 6a8af18b61 reintroduce regexrules patch 2024-03-11 22:26:51 +00:00
wochap 772abc86d0 reintroduce gestures patch 2024-03-11 22:26:51 +00:00
wochap 3506c50d0f reintroduce pointer-gestures-unstable-v1 patch 2024-03-11 22:26:51 +00:00
Guido Cella c7ee39fb2c update unclutter 2024-03-11 18:55:39 +01:00
Guido Cella 7ee501eaea update unclutter 2024-03-11 18:48:08 +01:00
Guido Cella 8f6a71e1e9 update switchtotag 2024-03-11 18:45:48 +01:00
sewn 4ac941e1f1 update bar patch 2024-03-01 18:47:45 +03:00
Palanix 2555207b57 Update monfig 2024-02-26 19:27:43 +01:00
sewn eb063627dc introduce bar patch 2024-02-20 21:27:30 +03:00
choc 0c5ae06e4b ipc: integer comparison expression fixed
Co-authored-by: @snuk <slackernetuk@gmail.com>
2024-02-20 22:36:04 +08:00
Palanix 3e1e9fb294 Update monfig 2024-02-19 17:33:14 +01:00
choc ca13e27743 remove virtualpointer patch
already implemented in base dwl since commit ac6074f
2024-02-19 22:36:23 +08:00
choc 7d17bbf3ea Reintroduce ipc patch 2024-02-19 22:36:13 +08:00
Palanix 802a2d1af1 Reintroduce monfig patch 2024-02-16 23:43:55 +01:00
Palanix b2581e4465 Update dragmfact 2024-02-16 23:29:23 +01:00
Palanix 713c27856b Reintroduce dragmfact 2024-02-16 23:24:31 +01:00
Palanix 70107495f3 Reintroduce zoomswap 2024-02-15 19:06:19 +01:00
Palanix bde90ec194 Update cfact patch 2024-02-15 18:19:24 +01:00
sewn dc57f8e43f re-introduce regions patch 2024-02-14 22:09:35 +03:00
Abanoub 1d119cc85c Add define-modkey-with-make-argument patch 2024-02-13 23:07:42 +00:00
ldev ad5c210619 focusdir fix whitespace was edited above the focusdir function 2024-02-12 21:54:23 +01:00
Dima Krasner 59e4dd61f3 update dimkr patches 2024-02-11 09:10:28 +02:00
Micah N Gorrell 1bbf778597 Add less-simple-touch-input 2024-02-10 19:40:59 +00:00
korei999 e071166664 Delete _STALE_PATCHES/rotatetags.md 2024-02-10 15:05:25 +00:00
Guido Cella 6981befe48 update unclutter 2024-02-09 14:58:59 +01:00
Guido Cella 7e5e4adacc remove upstreamed toggle-layout-immediately 2024-02-07 07:17:23 +01:00
Guido Cella d9fe9d0fe2 update alwayscenter and center-terminal 2024-02-06 09:21:22 +01:00
Guido Cella e2b487ee47 update unclutter 2024-02-05 13:28:05 +01:00
Palanix 8a3709bf3a Reintroduce cfacts patch 2024-01-27 23:03:51 +00:00
Guido Cella 9bbae57be5 update shiftview 2024-01-27 22:45:46 +01:00
A Frederick Christensen 3a71377bb0 Update simple-touch-input patch 2024-01-25 19:21:21 -06:00
Guido Cella ff1c7e351e update unclutter
Make it compatible with the newly merged virtual pointer protocol.
2024-01-25 19:19:51 +01:00
ldev 4a339aa239 update patch 2024-01-23 11:44:06 +00:00
ldev f9390726e8 fixed: patch file wasn't in the right directory 2024-01-23 11:44:06 +00:00
ldev 37c6222c2a added focusdir patch 2024-01-23 11:44:06 +00:00
korei999 71f6e6d904 add rotatetags patch 2024-01-23 11:37:11 +00:00
korei999 aa2c5b40cf add rotatetags 2024-01-23 11:37:11 +00:00
ForzCross 11bf412a25 revive kblayout 2024-01-21 16:32:41 +03:00
Guido Cella 09bd313f9a update shiftview
Fix a warning.
2024-01-17 21:18:22 +01:00
Ben Collerson bdd3213b4b update chainkeys patch 2024-01-17 11:33:58 +10:00
Guido Cella b34818c2b4 update my patches 2024-01-16 19:11:34 +01:00
A Frederick Christensen 2d1d755897 Add simple-touch-input 2024-01-14 11:18:58 -06:00
A Frederick Christensen 9df5c866e1 naturalscrolltrackpad updated, removed from _STALE_PATCHES 2024-01-14 09:50:49 -06:00
ForzCross 499d582fdc Add en-keycodes 2024-01-11 20:32:41 +03:00
A Frederick Christensen f8a98de76a remove old en-keycodes patch 2024-01-10 14:04:53 -06:00
Dhruva Sambrani 4cf16ae5c5 revive gaplessgrid 2024-01-08 16:17:38 +01:00
Dhruva Sambrani c80dcb9a2d update skipfocus 2024-01-08 15:41:58 +01:00
Dhruva Sambrani 425132696f update dhruva_sambrani patches 2024-01-08 15:18:22 +01:00
neuromagus ab65f23d4b added naturalscrolltrackpad patch 2024-01-07 06:08:56 +03:00
Ben Collerson 84579f0e61 add simpleborders 2024-01-07 11:26:39 +10:00
Dhruva Sambrani 375178be4f rename skipfocus name 2024-01-06 15:50:59 +01:00
Dhruva Sambrani 79c4b8673e Merge branch 'main' of https://codeberg.org/dwl/dwl-patches 2024-01-06 15:48:24 +01:00
Dhruva Sambrani a367d4315e fix skipfocus patch Rule order 2024-01-06 15:48:17 +01:00
Ben Collerson b03f6f13a6 add viewnextocctag patch 2024-01-06 22:47:04 +10:00
Ben Collerson fd8cec8608 add singlemaster patch 2024-01-06 22:26:46 +10:00
Dhruva Sambrani 2e5f249820 add skipfocus 2024-01-06 00:44:24 +01:00
Ben Collerson 8bc1939e2f singletagset was missing VISIBLEON fix 2024-01-05 11:01:46 +10:00
A Frederick Christensen 86a43bcd97 Update README.md 2024-01-02 17:00:26 +00:00
A Frederick Christensen e47b369054 "Reporting Issues" segment added 2024-01-02 16:08:51 +00:00
A Frederick Christensen f5c9735c35 Update README.md 2024-01-02 15:41:02 +00:00
Ben Collerson efd577ff89 layout fix for titleurgent patch 2024-01-03 00:23:13 +10:00
Ben Collerson 68cd02b384 add unclutter patch 2024-01-02 23:39:59 +10:00
Ben Collerson f78cc828e1 add titleurgent patch 2024-01-02 22:36:52 +10:00
Ben Collerson a9a4b4e019 remove updated stale patches 2024-01-02 22:19:09 +10:00
Ben Collerson 523666914d add column patch 2024-01-02 21:59:06 +10:00
Ben Collerson bdf407a942 add singletagset patch 2024-01-02 21:38:53 +10:00
Ben Collerson 591a36a5d9 add chainkeys patch 2024-01-02 21:21:19 +10:00
A Frederick Christensen 9732a28a31 Patches.md page erroneously copied from dwl/dwl 2024-01-02 01:17:04 -06:00
A Frederick Christensen 18f8ee08d8 Move stale patches in from dwl/dwl 2024-01-02 00:59:59 -06:00
A Frederick Christensen f86aeeede4 Move en-keycodes.patch from dwl/dwl.wiki 2024-01-02 00:35:38 -06:00
A Frederick Christensen 6fc039c151 Move dimkr patches from dwl/dwl.wiki 2024-01-01 23:40:54 -06:00
A Frederick Christensen 979ea455f1 Move dhruva_sambrani patches in from dwl/dwl wiki 2024-01-01 22:58:13 -06:00
Leonardo Hernández Hernández 8e966fc380 add client-opacity (adbc47f) 2024-01-01 15:09:24 -06:00
A Frederick Christensen 0c5626a2f8 Update README.md 2024-01-01 07:30:01 +00:00
A Frederick Christensen 692d5066d6 Update README.md 2024-01-01 07:24:43 +00:00
A Frederick Christensen dcb8e6ff14 Update README.md 2024-01-01 05:34:19 +00:00
choc 8a352a1b27 add swallow patch 2024-01-01 09:13:47 +08:00
A Frederick Christensen 182158c899 Update README.md 2023-12-31 23:39:34 +00:00
A Frederick Christensen 1fa5075272 Update README.md 2023-12-31 23:25:39 +00:00
Leonardo Hernández Hernández ac59f12b12 separate author and branch 2023-12-31 15:46:00 -06:00
Leonardo Hernández Hernández 41b108ce69 suggest upstream instead of codeberg-dwl 2023-12-31 15:37:10 -06:00
Leonardo Hernández Hernández b5c159c65e simplify links 2023-12-31 15:37:10 -06:00
A Frederick Christensen dc80ef57b5 Update README.md 2023-12-31 20:54:21 +00:00
A Frederick Christensen bd3fa2ffcc Update README.md 2023-12-31 20:29:19 +00:00
A Frederick Christensen 03fd4cdb54 Update README.md 2023-12-31 20:13:54 +00:00
Leonardo Hernández Hernández 17e475a5df update numlock/capslock
f876192

no one noticed, right?
2023-12-29 02:27:16 +00:00
Leonardo Hernández Hernández 7b7ece4831 update vanitygaps patch
4ef9eed

no one noticed, right?
2023-12-29 02:23:19 +00:00
Leonardo Hernández Hernández 568df1c3fa update smartborders patch
c7120b6

no one noticed, right?
2023-12-29 02:23:19 +00:00
Leonardo Hernández Hernández 5ecd6e48a4 update master-right patch
4693a27

no one noticed, right?
2023-12-29 02:23:19 +00:00
Leonardo Hernández Hernández 73250a34e3 update keycodes patch
9d24eaa

no one noticed, right?
2023-12-29 02:23:19 +00:00
Leonardo Hernández Hernández 9acb573ea4 update hide-behind-monocle patch
1ba8580

no one noticed, right?
2023-12-29 02:23:18 +00:00
Leonardo Hernández Hernández 3fd8f030fe update hide-behind-fullscreen patch
da92f84

no one noticed, right?
2023-12-29 02:23:18 +00:00
Leonardo Hernández Hernández 817a61e9b6 update coredump patch
38bf347

no one noticed, right?
2023-12-29 02:23:18 +00:00
Leonardo Hernández Hernández 60466305f9 update autostart patch
51d56a4

no one noticed, right?
2023-12-29 02:23:18 +00:00
A Frederick Christensen cca216249a Update README.md 2023-12-27 12:35:00 +00:00
A Frederick Christensen afe7c61ce6 Update README.md 2023-12-27 04:49:33 +00:00
A Frederick Christensen 9bbeec1453 Update README.md 2023-12-27 04:33:06 +00:00
A Frederick Christensen d7e1ef2631 Update README.md 2023-12-27 04:24:30 +00:00
A Frederick Christensen f4bd84fb13 Update README.md 2023-12-27 03:45:32 +00:00
A Frederick Christensen 7fe5dd82bb Update README.md 2023-12-27 03:43:57 +00:00
Leonardo Hernández Hernández 73dcba2ea2 add vanitygaps patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 7707611555 add smartborders patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 24cf2edece add numlock-capslock patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 0ea1704374 add master-right patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 19b80e5d63 add keycodes patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 1d78bcad82 add hide-behind-monocle patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández c0b5f9a697 add hide-behind-fullscreen patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández aa1b6c92cc add coredump patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 24b46819be add autostart patch
c2e6583
2023-12-26 16:09:27 -06:00
Leonardo Hernández Hernández 98a381ac56 first commit 2023-12-15 23:40:47 -06:00

Diff Content Not Available