Compare commits

..

214 Commits

Author SHA1 Message Date
Ben Collerson 9f8b0d3866 fix singletagset patch issue #56 2024-05-08 13:15:51 +10:00
Palanix 8bef5b09a4 Fix monitorconfig patch 2024-05-03 23:37:08 +02:00
choc 63ad4cff6d tablet-input: new patch 2024-05-04 01:23:26 +08:00
wochap d9cd3ece0e remove unnecessary changes in client.h 2024-05-02 22:27:19 +00:00
choc 6b4abeeb48 swallow: update patch 2024-05-02 00:33:56 +08:00
wochap 5841138587 add foreign-toplevel-management.patch 2024-04-29 14:55:41 +00:00
sewn f719481787 bar: 2024-04-25 2024-04-25 17:51:44 +03:00
sewn 2c53203176 bar: 2024-24-04 2024-04-24 15:45:30 +03:00
Eldar Yusupov 1424a2e4d5 restoremon: switch to early return 2024-04-23 11:09:25 +03:00
sewn 5be9643bbd 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 84564e656d bar: remove utf8.h, included with drwl 2024-04-16 23:59:41 +03:00
Dhruva Sambrani 587c226f8b update dim-unfocused to allow temporary toggling 2024-04-16 14:25:52 +02:00
sewn 7d892cf813 barborder: bar 2024-04-14 2024-04-14 08:47:19 +03:00
sewn d62bced500 barpadding: bar 2024-04-14 2024-04-14 08:21:50 +03:00
sewn 12a8307629 hide_vacant_tags: update for bar 2024-04-14 2024-04-14 07:59:38 +03:00
sewn 28fa4c79d4 bar: update 2024-04-14 2024-04-14 07:46:05 +03:00
Eldar Yusupov 6905f26b30 Fix crash when there is no active client 2024-04-13 18:29:35 +03:00
wochap d46409b726 update scenefx for HEAD 2024-04-11 18:26:36 -05:00
wochap a0102f17ec update minimalborders for HEAD 2024-04-11 18:24:54 -05:00
wochap 53991f99ed update gestures for HEAD 2024-04-11 18:23:43 -05:00
wochap fc2252bd80 update relative-mouse-resize for HEAD 2024-04-11 18:20:49 -05:00
wochap 26477981b9 update cursortheme for HEAD 2024-04-11 18:18:52 -05:00
wochap a386148ba5 update pointer-gestures-unstable-v1 for HEAD 2024-04-11 18:12:30 -05:00
wochap 3b0efde6d1 update lockedkeys for HEAD 2024-04-11 18:10:58 -05:00
wochap 4383783071 update regexrules patch 2024-04-11 18:09:11 -05:00
wochap c599b81e8c update customfloat for HEAD 2024-04-11 18:06:35 -05:00
wochap 5258059c85 update pertag for HEAD 2024-04-11 18:04:04 -05:00
wochap f73a215be1 update centeredmaster for HEAD 2024-04-11 17:58:47 -05:00
wochap 3b6daafd33 update bottomstack for HEAD 2024-04-11 17:56:11 -05:00
wochap f9ae4415a4 add options for blur and opacity 2024-04-10 16:01:50 +00:00
Nikita Ivanov 861ae80894 Add attachtop patch 2024-04-10 00:00:00 +00:00
sewn f0d24ce8a5 update bar patch 2024-04-09 11:07:03 +03:00
wochap 44d448afe3 add headless patch 2024-04-09 02:51:11 +00:00
wochap 560cc7c692 add virtual-pointer patch 2024-04-09 02:50:12 +00:00
Eldar Yusupov 9182bdafe6 Add restore-monitor patch
Moves clients to their old output when it is reattached.
2024-04-07 15:41:44 +03:00
nullsystem 382028c7ba 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 198c265698 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 5d43995529 port barheight patch from dwm 2024-04-06 13:49:34 +00:00
Oak bd0fdd6121 port barheight patch from dwm 2024-04-06 13:49:34 +00:00
Guido Cella 49b1aa5848 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 3f964d83c7 Update scenefx/scenefx.patch 2024-04-05 14:49:25 +00:00
sewn ff2881f32a bar: split sub-patches 2024-04-05 14:19:08 +03:00
choc aa61f857b3 swallow: update config.def.h 2024-04-03 11:31:20 +08:00
nullsystem cd3fc471ed 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 1843f21b81 remove stale uselessgaps 2024-04-01 17:24:19 +03:00
sewn 15ff36805c gaps: introduce 2024-04-01 17:16:51 +03:00
korei999 0c4b6175f1 update xwayland-handle-minimize 2024-04-01 15:19:06 +03:00
Guido Cella 3cb9b3596b update switchtotag 2024-04-01 08:51:32 +02:00
nullsystem 3dfdfb1eda 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 bedc1d5e56 add fakefullscreenclient patch
enable fake fullscreen per client
2024-03-29 22:57:26 +08:00
wochap 36a355a4cd Update scenefx/scenefx.patch 2024-03-29 13:52:35 +00:00
A Frederick Christensen 9821f7d463 Remove simple-touch-input in favor of less-simple-touch-input 2024-03-28 20:19:35 +00:00
Micah N Gorrell 8f25c8b838 Updated the less-simple-touch-input patch 2024-03-28 11:27:42 -06:00
Guido Cella 831e910b94 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 279d0f70ec 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 40cc73221a Add press_repeat_release patch 2024-03-27 16:01:42 -06:00
Micah N Gorrell d038194afc Add remembertags patch 2024-03-27 13:06:24 -06:00
Micah N Gorrell 065f04e423 Add hiderule patch 2024-03-27 12:55:06 -06:00
Micah N Gorrell 277cf1f076 Add varcol layout patch 2024-03-27 12:36:36 -06:00
David Donahue ca0c67979d Added toggle_constraints patch 2024-03-26 17:52:34 -06:00
Micah N Gorrell 2e5f0138a0 Update less-simple-touch-input patch based on pointer contstraints being added upstream 2024-03-26 10:35:19 -06:00
choc 21ad6439f4 add setupenv patch
allow configuring environment variables in config.h
2024-03-26 22:16:17 +08:00
sewn 2fbc9f286b bar: fix bug (updatebardims) 2024-03-25 00:16:26 +03:00
sewn 5066a878bb bar: add hide_vacant_tags 2024-03-24 23:07:40 +03:00
wochap a913eee690 add scenefx patch 2024-03-24 00:19:22 +00:00
A Frederick Christensen 0c4413e256 Cleanup after image hosting testing 2024-03-23 13:49:01 -05:00
A Frederick Christensen d8abfd97aa Testing image inclusion 2024-03-23 12:42:45 -05:00
sewn f92769a2bc bar: update patches 2024-03-23 19:21:10 +03:00
sewn 1af42ffa1b bar: add border patch 2024-03-23 14:10:37 +03:00
korei999 2e2c61565a add xwayland-handle-minimize patch 2024-03-21 23:30:08 +02:00
wochap dbfbf788a0 fix https://discord.com/channels/792077480227110922/792077928728494131/1219337522073702490 2024-03-18 22:51:06 +00:00
sewn 925e2d643f bar: add barpadding 2024-03-19 00:20:10 +03:00
sewn 6a8cc7ecad bar: update 2024-03-18 2024-03-18 20:19:25 +03:00
Gavin M 4412927fe9 Updated tab/tab.patch, fixed floating window labels 2024-03-18 01:36:46 +00:00
Gavin M cc70bf6524 Add limitnmaster patch 2024-03-16 12:11:44 +00:00
Gavin M aa41569ab6 Added togglekblayoutandoptions patch 2024-03-16 12:11:10 +00:00
Gavin M 4c6fbd79d7 added tab patch 2024-03-15 16:43:41 -05:00
choc 65aaf50aa5 update ipc 2024-03-13 21:48:59 +08:00
Marcin Pachur 9f4d94e106 Remove screenshots
Signed-off-by: Marcin Pachur <pm4rcin@noreply.codeberg.org>
2024-03-13 04:22:16 +00:00
Marcin Pachur 179f38e8de Remove pointerconstraints patches
Signed-off-by: Marcin Pachur <pm4rcin@noreply.codeberg.org>
2024-03-13 04:22:16 +00:00
A Frederick Christensen 1430751ccb Update simple-touch-input.patch since pointer constraints merge 2024-03-12 23:07:44 -05:00
wochap 42c3bf1a03 add relative-mouse-resize patch
allow you to resize from each corner
2024-03-11 22:26:51 +00:00
wochap aa3c82446c add minimalborders patch
it merge adjacent borders
2024-03-11 22:26:51 +00:00
wochap 5d66670ac3 add borders patch
this patch adds 2 borders to each side (top,bottom,left,right)
2024-03-11 22:26:51 +00:00
wochap 16fed77bc9 reintroduce togglekblayout 2024-03-11 22:26:51 +00:00
wochap 2246fbb99b remove swapandfocusdir from stale folder
export swapandfocusdir with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 3fa6690f27 remvoe regexrules from stale folder
export regexrules patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 630e658acd 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 caca5ee090 reintroduce pertag 2024-03-11 22:26:51 +00:00
wochap 9dafc49450 reintroduce namedscratchpads 2024-03-11 22:26:51 +00:00
wochap 27e3b52483 reintroduce movestack 2024-03-11 22:26:51 +00:00
wochap 4f2fdb76a9 remove moveresizekb from stale folder
export moveresize patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 4ac31e8fbe reintroduce movecenter 2024-03-11 22:26:51 +00:00
wochap a11d028c42 remove modes patch from stale folder
re export modes patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap a99f3012da remove lockedkeys from stale folder
re export lockedkeys with `git format-path`
2024-03-11 22:26:51 +00:00
wochap ecaa3ea2da remove gesture from stale folder
re export patch with `git format-patch`
2024-03-11 22:26:51 +00:00
wochap 9a349e1f6d reintroduce customfloat 2024-03-11 22:26:51 +00:00
wochap 300a0eed96 reintroduce cursortheme 2024-03-11 22:26:51 +00:00
wochap 587104be92 reintroduce centeredmaster 2024-03-11 22:26:51 +00:00
wochap fdb1e6760a reintroduce bottomstack 2024-03-11 22:26:51 +00:00
wochap ac2ddd312a reintroduce lockedkeys 2024-03-11 22:26:51 +00:00
wochap a6e6e63cfa reintroduce modes patch 2024-03-11 22:26:51 +00:00
wochap a5044494b0 reintroduce moveresizekb patch 2024-03-11 22:26:51 +00:00
wochap ea2f5ee3e4 reintroduce swapandfocusdir patch 2024-03-11 22:26:51 +00:00
wochap 9a5f4cd294 reintroduce regexrules patch 2024-03-11 22:26:51 +00:00
wochap 83f381cd10 reintroduce gestures patch 2024-03-11 22:26:51 +00:00
wochap 0eae875e3f reintroduce pointer-gestures-unstable-v1 patch 2024-03-11 22:26:51 +00:00
Guido Cella b20dcd2800 update unclutter 2024-03-11 18:55:39 +01:00
Guido Cella 403548b562 update unclutter 2024-03-11 18:48:08 +01:00
Guido Cella 99df63c75e update switchtotag 2024-03-11 18:45:48 +01:00
sewn f00b6c944d update bar patch 2024-03-01 18:47:45 +03:00
Palanix e57563ea71 Update monfig 2024-02-26 19:27:43 +01:00
sewn 82a3d12bd8 introduce bar patch 2024-02-20 21:27:30 +03:00
choc 5a2b05dc5d ipc: integer comparison expression fixed
Co-authored-by: @snuk <slackernetuk@gmail.com>
2024-02-20 22:36:04 +08:00
Palanix deb5c2b793 Update monfig 2024-02-19 17:33:14 +01:00
choc a829f6da81 remove virtualpointer patch
already implemented in base dwl since commit ac6074f
2024-02-19 22:36:23 +08:00
choc 6fbb0cf30e Reintroduce ipc patch 2024-02-19 22:36:13 +08:00
Palanix 84d28404c2 Reintroduce monfig patch 2024-02-16 23:43:55 +01:00
Palanix ef9a89f7a3 Update dragmfact 2024-02-16 23:29:23 +01:00
Palanix d30d411ecd Reintroduce dragmfact 2024-02-16 23:24:31 +01:00
Palanix f2b54ac379 Reintroduce zoomswap 2024-02-15 19:06:19 +01:00
Palanix 7f79fd831f Update cfact patch 2024-02-15 18:19:24 +01:00
sewn aa13a3190b re-introduce regions patch 2024-02-14 22:09:35 +03:00
Abanoub 26aedf8e99 Add define-modkey-with-make-argument patch 2024-02-13 23:07:42 +00:00
ldev 2ce58c6ca7 focusdir fix whitespace was edited above the focusdir function 2024-02-12 21:54:23 +01:00
Dima Krasner b1b8409147 update dimkr patches 2024-02-11 09:10:28 +02:00
Micah N Gorrell 20374e1f94 Add less-simple-touch-input 2024-02-10 19:40:59 +00:00
korei999 e61e29a006 Delete _STALE_PATCHES/rotatetags.md 2024-02-10 15:05:25 +00:00
Guido Cella e8ff67c6c0 update unclutter 2024-02-09 14:58:59 +01:00
Guido Cella 1e1ad97943 remove upstreamed toggle-layout-immediately 2024-02-07 07:17:23 +01:00
Guido Cella 541fa20344 update alwayscenter and center-terminal 2024-02-06 09:21:22 +01:00
Guido Cella 713487ebcd update unclutter 2024-02-05 13:28:05 +01:00
Palanix d9658f10e1 Reintroduce cfacts patch 2024-01-27 23:03:51 +00:00
Guido Cella e7e6a83e3a update shiftview 2024-01-27 22:45:46 +01:00
A Frederick Christensen d898e7e50f Update simple-touch-input patch 2024-01-25 19:21:21 -06:00
Guido Cella db78ce728d update unclutter
Make it compatible with the newly merged virtual pointer protocol.
2024-01-25 19:19:51 +01:00
ldev bc89ad64bb update patch 2024-01-23 11:44:06 +00:00
ldev 53f2d37ec5 fixed: patch file wasn't in the right directory 2024-01-23 11:44:06 +00:00
ldev 9efb29925b added focusdir patch 2024-01-23 11:44:06 +00:00
korei999 00e381e802 add rotatetags patch 2024-01-23 11:37:11 +00:00
korei999 a9242e781d add rotatetags 2024-01-23 11:37:11 +00:00
ForzCross 31119dba18 revive kblayout 2024-01-21 16:32:41 +03:00
Guido Cella 3d9d172866 update shiftview
Fix a warning.
2024-01-17 21:18:22 +01:00
Ben Collerson 303f152329 update chainkeys patch 2024-01-17 11:33:58 +10:00
Guido Cella bc201acb5f update my patches 2024-01-16 19:11:34 +01:00
A Frederick Christensen 019c96b0c3 Add simple-touch-input 2024-01-14 11:18:58 -06:00
A Frederick Christensen 283746d524 naturalscrolltrackpad updated, removed from _STALE_PATCHES 2024-01-14 09:50:49 -06:00
ForzCross 07659e6084 Add en-keycodes 2024-01-11 20:32:41 +03:00
A Frederick Christensen 444fa60bef remove old en-keycodes patch 2024-01-10 14:04:53 -06:00
Dhruva Sambrani fc19168621 revive gaplessgrid 2024-01-08 16:17:38 +01:00
Dhruva Sambrani 6d731299e0 update skipfocus 2024-01-08 15:41:58 +01:00
Dhruva Sambrani 596cc2fb95 update dhruva_sambrani patches 2024-01-08 15:18:22 +01:00
neuromagus ba164236d6 added naturalscrolltrackpad patch 2024-01-07 06:08:56 +03:00
Ben Collerson 4f7be3e33e add simpleborders 2024-01-07 11:26:39 +10:00
Dhruva Sambrani 708f71484b rename skipfocus name 2024-01-06 15:50:59 +01:00
Dhruva Sambrani 0c1f06fe6f Merge branch 'main' of https://codeberg.org/dwl/dwl-patches 2024-01-06 15:48:24 +01:00
Dhruva Sambrani 86ca8b3ebd fix skipfocus patch Rule order 2024-01-06 15:48:17 +01:00
Ben Collerson 104e1fa8f0 add viewnextocctag patch 2024-01-06 22:47:04 +10:00
Ben Collerson a0ddd5486d add singlemaster patch 2024-01-06 22:26:46 +10:00
Dhruva Sambrani d85555f7b9 add skipfocus 2024-01-06 00:44:24 +01:00
Ben Collerson cdd5005f0a singletagset was missing VISIBLEON fix 2024-01-05 11:01:46 +10:00
A Frederick Christensen d860f90bcf Update README.md 2024-01-02 17:00:26 +00:00
A Frederick Christensen 694083b6d1 "Reporting Issues" segment added 2024-01-02 16:08:51 +00:00
A Frederick Christensen d1189c91ef Update README.md 2024-01-02 15:41:02 +00:00
Ben Collerson 896710da17 layout fix for titleurgent patch 2024-01-03 00:23:13 +10:00
Ben Collerson 8ee7ec27a1 add unclutter patch 2024-01-02 23:39:59 +10:00
Ben Collerson 8685039c10 add titleurgent patch 2024-01-02 22:36:52 +10:00
Ben Collerson 7ed530c5f7 remove updated stale patches 2024-01-02 22:19:09 +10:00
Ben Collerson 46313a8745 add column patch 2024-01-02 21:59:06 +10:00
Ben Collerson 9ae7acbecd add singletagset patch 2024-01-02 21:38:53 +10:00
Ben Collerson cde0fa7993 add chainkeys patch 2024-01-02 21:21:19 +10:00
A Frederick Christensen a07d0adb8b Patches.md page erroneously copied from dwl/dwl 2024-01-02 01:17:04 -06:00
A Frederick Christensen 29848bc99a Move stale patches in from dwl/dwl 2024-01-02 00:59:59 -06:00
A Frederick Christensen 0c2e7427d9 Move en-keycodes.patch from dwl/dwl.wiki 2024-01-02 00:35:38 -06:00
A Frederick Christensen c7d4497905 Move dimkr patches from dwl/dwl.wiki 2024-01-01 23:40:54 -06:00
A Frederick Christensen 3604232b55 Move dhruva_sambrani patches in from dwl/dwl wiki 2024-01-01 22:58:13 -06:00
Leonardo Hernández Hernández 1185e3e026 add client-opacity (adbc47f) 2024-01-01 15:09:24 -06:00
A Frederick Christensen e3a0afb1b4 Update README.md 2024-01-01 07:30:01 +00:00
A Frederick Christensen bf055d8eb6 Update README.md 2024-01-01 07:24:43 +00:00
A Frederick Christensen 8816654a75 Update README.md 2024-01-01 05:34:19 +00:00
choc a214c8e798 add swallow patch 2024-01-01 09:13:47 +08:00
A Frederick Christensen 1c0f2e12dc Update README.md 2023-12-31 23:39:34 +00:00
A Frederick Christensen 0594755d4c Update README.md 2023-12-31 23:25:39 +00:00
Leonardo Hernández Hernández 7fda823649 separate author and branch 2023-12-31 15:46:00 -06:00
Leonardo Hernández Hernández c9571999ca suggest upstream instead of codeberg-dwl 2023-12-31 15:37:10 -06:00
Leonardo Hernández Hernández c512f6c55f simplify links 2023-12-31 15:37:10 -06:00
A Frederick Christensen 907fd82db2 Update README.md 2023-12-31 20:54:21 +00:00
A Frederick Christensen 1bebfa4fb9 Update README.md 2023-12-31 20:29:19 +00:00
A Frederick Christensen 4d23ba308f Update README.md 2023-12-31 20:13:54 +00:00
Leonardo Hernández Hernández 390ac6663a update numlock/capslock
f876192

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

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

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

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

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

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

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

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

no one noticed, right?
2023-12-29 02:23:18 +00:00
A Frederick Christensen 6ab3eb59e3 Update README.md 2023-12-27 12:35:00 +00:00
A Frederick Christensen 7311907859 Update README.md 2023-12-27 04:49:33 +00:00
A Frederick Christensen f616c9f1b7 Update README.md 2023-12-27 04:33:06 +00:00
A Frederick Christensen 1f97ea8f11 Update README.md 2023-12-27 04:24:30 +00:00
A Frederick Christensen 5612dfc27a Update README.md 2023-12-27 03:45:32 +00:00
A Frederick Christensen 64f8ec3f36 Update README.md 2023-12-27 03:43:57 +00:00
Leonardo Hernández Hernández 05ae24aeaf add vanitygaps patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández eb3d0d48bd add smartborders patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 5e6e11e142 add numlock-capslock patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 678e3d01c9 add master-right patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 28ad880bde add keycodes patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández b405cc06d7 add hide-behind-monocle patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández e2990c338b add hide-behind-fullscreen patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 303cc53294 add coredump patch
c2e6583
2023-12-26 16:14:45 -06:00
Leonardo Hernández Hernández 1946640804 add autostart patch
c2e6583
2023-12-26 16:09:27 -06:00
Leonardo Hernández Hernández 6e1ef071b0 first commit 2023-12-15 23:40:47 -06:00

Diff Content Not Available