diff --git a/DRMLeaseManager.md b/DRMLeaseManager.md deleted file mode 100644 index 8bb0c66..0000000 --- a/DRMLeaseManager.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -This implements the DRM lease protocol, which is needed to use devices such as VR headsets. - -### Download -- [2023-05-26](https://github.com/djpohly/dwl/compare/main...minego:drm_lease_patch.patch) - -### Authors -- [Micah N Gorrell](https://github.com/minego) \ No newline at end of file diff --git a/Patches.md b/Patches.md deleted file mode 100644 index 460f121..0000000 --- a/Patches.md +++ /dev/null @@ -1,115 +0,0 @@ -## Submitting patches -As with dwm, community patch contributions are heartily welcomed! If you have a customization that others may appreciate, or a useful enhancement which doesn't quite fit into the trim-and-tidy philosophy of dwl, please post it here! Implement your modifications as a public GitHub branch (multiple commits are OK), then create a new page on the wiki using this example (you can add or remove sections as you like): -```markdown -### Description -Insert a short summary of changes that your patch implements. - -### Download -- [yyyy-mm-dd](https://codeberg.org/dwl/dwl/compare/main...YOURUSERNAME:BRANCH.patch) - -### Authors -- [Your Name](https://github.com/YOURUSERNAME) -``` -Then add your patch to the appropriate section in the list below and to the sidebar like so: -```markdown -* [PATCHNAME](https://codeberg.org/dwl/dwl/wiki/PATCHNAME) -``` -Please ensure that the only changes in that branch are those needed for the patch; do not include multiple patches, personal changes to config.h, etc. - -### Layouts -* [bottomstack](https://codeberg.org/dwl/dwl/wiki/bottomstack) -* [centeredmaster](https://codeberg.org/dwl/dwl/wiki/centeredmaster) -* [column](https://codeberg.org/dwl/dwl/wiki/column-layout) -* [cyclelayouts](https://codeberg.org/dwl/dwl/wiki/cyclelayouts) -* [deck](https://codeberg.org/dwl/dwl/wiki/deck) -* [fibonacci](https://codeberg.org/dwl/dwl/wiki/fibonacci) -* [gaplessgrid](https://codeberg.org/dwl/dwl/wiki/gaplessgrid) -* [gridmode](https://codeberg.org/dwl/dwl/wiki/gridmode) -* [vertile](https://codeberg.org/dwl/dwl/wiki/vertile) - -### Clients placement -* [alwayscenter](https://codeberg.org/dwl/dwl/wiki/alwayscenter) -* [attachabove](https://codeberg.org/dwl/dwl/wiki/attachabove) -* [attachbottom](https://codeberg.org/dwl/dwl/wiki/attachbottom) -* [attachtop](https://codeberg.org/dwl/dwl/wiki/attachtop) -* [restoretiling](https://codeberg.org/dwl/dwl/wiki/restoretiling) - -### Clients & tags manipulation -* [centerterminal](https://codeberg.org/dwl/dwl/wiki/centerterminal) -* [cfacts](https://codeberg.org/dwl/dwl/wiki/cfacts) -* [focusmaster](https://codeberg.org/dwl/dwl/wiki/focusmaster) -* [focusdir](https://codeberg.org/dwl/dwl/wiki/focusdir) -* [movestack](https://codeberg.org/dwl/dwl/wiki/movestack) -* [movecenter](https://codeberg.org/dwl/dwl/wiki/movecenter) -* [moveresizekb](https://codeberg.org/dwl/dwl/wiki/moveresizekb) -* [move-stack-top](https://codeberg.org/dwl/dwl/wiki/move-stack-top) -* [pertag](https://codeberg.org/dwl/dwl/wiki/pertag) -* [push](https://codeberg.org/dwl/dwl/wiki/push) -* [rotatetags](https://codeberg.org/dwl/dwl/wiki/rotatetags) -* [shiftview](https://codeberg.org/dwl/dwl/wiki/shiftview) -* [singletagset](https://codeberg.org/dwl/dwl/wiki/singletagset) -* [sticky](https://codeberg.org/dwl/dwl/wiki/sticky) -* [swapandfocusdir](https://codeberg.org/dwl/dwl/wiki/swapandfocusdir) -* [title-change-urgent](https://codeberg.org/dwl/dwl/wiki/title%E2%80%90change%E2%80%90urgent) -* [zoomswap](https://codeberg.org/dwl/dwl/wiki/zoomswap) - -### Rules -* [center](https://codeberg.org/dwl/dwl/wiki/center) -* [customfloat](https://codeberg.org/dwl/dwl/wiki/customfloat) -* [namedscratchpads](https://codeberg.org/dwl/dwl/wiki/namedscratchpads) -* [stickyrule](https://codeberg.org/dwl/dwl/wiki/stickyrule) -* [switchtotag](https://codeberg.org/dwl/dwl/wiki/switchtotag) -* [regexrules](https://codeberg.org/dwl/dwl/wiki/regexrules) - -### Input -* [chainkeys](https://codeberg.org/dwl/dwl/wiki/chainkeys) -* [kblayout](https://codeberg.org/dwl/dwl/wiki/kblayout) -* [keychord](https://codeberg.org/dwl/dwl/wiki/keychord) -* [lockedkeys](https://codeberg.org/dwl/dwl/wiki/lockedkeys) -* [naturalscrolltrackpad](https://codeberg.org/dwl/dwl/wiki/naturalscrolltrackpad) -* [primary-sel-off](https://codeberg.org/dwl/dwl/wiki/Primary-Selection) -* [sway-pointer-constraints](https://codeberg.org/dwl/dwl/wiki/Sway-pointer-constraints) -* [toggleKbLayout](https://codeberg.org/dwl/dwl/wiki/toggleKbLayout) -* [toggleLayoutImmediately](https://codeberg.org/dwl/dwl/wiki/toggleLayoutImmediately) -* [virtualpointer](https://codeberg.org/dwl/dwl/wiki/virtualpointer) -* [XF86keysym](https://codeberg.org/dwl/dwl/wiki/XF86keysym) -* [pointerGesturesUnstableV1](https://codeberg.org/dwl/dwl/wiki/pointerGesturesUnstableV1) -* [modes](https://codeberg.org/dwl/dwl/wiki/modes) - -### Cursor -* [cursortheme](https://codeberg.org/dwl/dwl/wiki/cursortheme) -* [cursorwarp](https://codeberg.org/dwl/dwl/wiki/cursorwarp) -* [dragmfact](https://codeberg.org/dwl/dwl/wiki/dragmfact) -* [hidecursor](https://codeberg.org/dwl/dwl/wiki/hidecursor) -* [mouse-follows-focus](https://codeberg.org/dwl/dwl/wiki/mouse-follows-focus) -* [nomousefocus](https://codeberg.org/dwl/dwl/wiki/nomousefocus) -* [relativemouseresize](https://codeberg.org/dwl/dwl/wiki/relativemouseresize) -* [unclutter](https://codeberg.org/dwl/dwl/wiki/unclutter) -* [xcursor](https://codeberg.org/dwl/dwl/wiki/xcursor) - -### Monitor -* [autorotation](https://codeberg.org/dwl/dwl/wiki/autorotation) -* [focusMonPointer](https://codeberg.org/dwl/dwl/wiki/focusMonPointer) -* [monitorconfig](https://codeberg.org/dwl/dwl/wiki/monitorconfig) - -### Other -* [alphafocus](https://codeberg.org/dwl/dwl/wiki/alphafocus) -* [clipboardipc](https://codeberg.org/dwl/dwl/wiki/clipboardipc) -* [clipboardManager](https://codeberg.org/dwl/dwl/wiki/clipboardManager) -* [drmLeaseManager](https://codeberg.org/dwl/dwl/wiki/DRMLeaseManager) -* [floatBorderColor](https://codeberg.org/dwl/dwl/wiki/floatBorderColor) -* [genericgaps](https://codeberg.org/dwl/dwl/wiki/genericgaps) -* [ipc](https://codeberg.org/dwl/dwl/wiki/ipc) -* [keyboardshortcutsinhibit](https://codeberg.org/dwl/dwl/wiki/keyboardshortcutsinhibit) -* [keymap](https://codeberg.org/dwl/dwl/wiki/keymap) -* [menu](https://codeberg.org/dwl/dwl/wiki/menu) -* [onlyquitonempty](https://codeberg.org/dwl/dwl/wiki/onlyquitonempty) -* [outputPowerManagement](https://codeberg.org/dwl/dwl/wiki/outputPowerManagement) -* [pointerConstraints](https://codeberg.org/dwl/dwl/wiki/pointerConstraints) -* [privilegeDrop](https://codeberg.org/dwl/dwl/wiki/privilegeDrop) -* [restartdwl](https://codeberg.org/dwl/dwl/wiki/restartdwl) -* [swaycompat](https://codeberg.org/dwl/dwl/wiki/swaycompat) -* [touchscreen](https://codeberg.org/dwl/dwl/wiki/touchscreen) -* [uselessgaps](https://codeberg.org/dwl/dwl/wiki/uselessgaps) -* [gestures](https://codeberg.org/dwl/dwl/wiki/gestures) - diff --git a/Primary-Selection.md b/Primary-Selection.md deleted file mode 100644 index 66a80e8..0000000 --- a/Primary-Selection.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Disables primary selection. -While primary selection is implemented client side, we can still disable it by not copying into the buffer. - -### Download -- [2023-07-09](https://github.com/djpohly/dwl/compare/main...PalanixYT:psel.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/Sway-pointer-constraints.md b/Sway-pointer-constraints.md deleted file mode 100644 index ab8a2b7..0000000 --- a/Sway-pointer-constraints.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Implement pointer constraint and relative pointer protocols, useful for games -**NOTE**: this patch is currently semi-broken and needs you to resize/move clients to work properly (unsetting and then setting fullscreen should be enough) - -### Download -- [2023-08-22](https://github.com/djpohly/dwl/compare/main...sevz17:pointer-constraints.patch) - -### Authors -- [sevz](https://github.com/sevz17) \ No newline at end of file diff --git a/XF86keysym.md b/XF86keysym.md deleted file mode 100644 index 2fa4a96..0000000 --- a/XF86keysym.md +++ /dev/null @@ -1,10 +0,0 @@ -### Description -Utilizing the [/usr/include/X11/XF86keysym.h](https://cgit.freedesktop.org/xorg/proto/x11proto/tree/XF86keysym.h) header file to change the volume via the appropriate keys. - -### Download -- [2023-10-15](https://github.com/djpohly/dwl/compare/main...nakibrayan3:dwl:update-XF86keysym-patch.patch) -- [2021-05-06](https://github.com/djpohly/dwl/compare/main...917Wolf:vol.patch) - -### Authors -- [917Wolf](https://github.com/917Wolf) -- [Rayan Nakib](https://nakibrayan2.pages.dev) diff --git a/alphafocus.md b/alphafocus.md deleted file mode 100644 index e67a3ed..0000000 --- a/alphafocus.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds configurable transparency for focused and unfocused windows. - -### Download -- [2021-12-03](https://github.com/djpohly/dwl/compare/main...juliag2:alphafocus.patch) - -### Authors -- [Julia](https://github.com/juliag2) \ No newline at end of file diff --git a/alwayscenter.md b/alwayscenter.md deleted file mode 100644 index 13b41f4..0000000 --- a/alwayscenter.md +++ /dev/null @@ -1,27 +0,0 @@ -### Description -All floating windows are centered, like the center patch, but without a rule. - - -### Changelog - -2023-11-24: -- A variable `center_relative_to_monitor` has been added, allowing the user to choose whether to center relative to the monitor or relative to the window area. - -
- Explanation of center_relative_to_monitor: -
-  The "Monitor area" refers to the space enclosed by the green rectangle, while the "Window area" refers to the space enclosed by the red 
-  rectangle.
-  
-  
-
- -### Download -- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:alwayscenter.patch) -- [2023-09-02](https://github.com/djpohly/dwl/compare/main...mortezadadgar:alwayscenter.patch) -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-alwayscenter.patch) -- [2021-04-17](https://github.com/djpohly/dwl/compare/main...guidocella:alwayscenter.patch) - -### Authors -- [Guido Cella](https://github.com/guidocell) -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/attachabove.md b/attachabove.md deleted file mode 100644 index f94e9de..0000000 --- a/attachabove.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Newly created windows are placed above the currently selected window in the stack. - -### Download -- [2021-01-16](https://github.com/djpohly/dwl/compare/main...ss7m:attachabove.patch) - -### Authors -- [sam-barr](https://github.com/ss7m) \ No newline at end of file diff --git a/attachbottom.md b/attachbottom.md deleted file mode 100644 index 4d3b535..0000000 --- a/attachbottom.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Newly created windows are placed at the bottom of the client tile stack. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-attachbottom.patch) -- [2021-10-05](https://github.com/djpohly/dwl/compare/main...AurelWeinhold:attachbottom.patch) - -### Authors -- [Aurel Weinhold](https://github.com/AurelWeinhold) \ No newline at end of file diff --git a/attachtop.md b/attachtop.md deleted file mode 100644 index 2da2ce3..0000000 --- a/attachtop.md +++ /dev/null @@ -1,13 +0,0 @@ -### Description - -This is a port of attachtop patch for dwm: https://dwm.suckless.org/patches/attachtop - -New client attaches below the last master/on top of the stack. - -Behavior feels very intuitive as it doesn't disrupt existing masters no matter the amount of them, it only pushes the clients in stack down. - -### Download -- [2023-07-15](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:attachtop.patch) - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) \ No newline at end of file diff --git a/autorotation.md b/autorotation.md deleted file mode 100644 index 278cb9c..0000000 --- a/autorotation.md +++ /dev/null @@ -1,40 +0,0 @@ -### Description -Adds keybindings for screen rotation and auto rotation from an accelerometer. - -### Setup -Find an accelerometer device in sysfs (`cat /sys/bus/iio/devices/iio*/name`, -or using a script: [monitor-iio.sh](https://github.com/Unprex/dotfiles/blob/main/scripts/monitor-iio.sh)) \ -Find the raw output file of the accelerometer -(e.g. `cat /sys/bus/iio/devices/iio:device0/in_accel_x_raw` should output an integer). \ -Add the raw output file names to the dwl configuration **accel_\***. - -Add a udev rule to uniquely identify the device, for example: -``` -sudo echo 'SUBSYSTEM=="iio", KERNEL=="iio*", ATTR{name}=="accel_3d", GROUP="input", SYMLINK+="input/accel"' >> /etc/udev/rules.d/99-accel.rules -sudo udevadm control --reload-rules && sudo udevadm trigger -``` -(the device is probably already in /dev/ e.g. `/dev/iio:device0` but on my computer the number changes after a reboot) - -A symlink to the device should now be available in `/dev/input/` and accessible to input group members. \ -Add the device path to the dwl configuration **accel_path**. - -### Config -* `rotation_enabled`: If the auto rotation is enabled on startup. -* `rotation_delay`: How often to check the accelerometer values in milliseconds. -* `rotation_flat`: Threshold on the normalized Z axis to consider the device flat and stop the auto rotation. -* `rotation_thresh`: Rotation threshold after which the screen flips (values less than 0.5 will cause a back and forth). - -+ `accel_path`: The path to the accelerometer device file (e.g. "/dev/input/accel"). -+ `accel_x`: The name of the sysfs file for the accelerometer x axis. -+ `accel_y`: The name of the sysfs file for the accelerometer y axis. -+ `accel_z`: The name of the sysfs file for the accelerometer z axis. - -Default keybindings: -* `` + `` + ``: Change the screen rotation manually (doesn't disable the auto rotation). -* `` + `` + ``: Enable/disable the auto rotation. - -### Download -- [2022-10-25](https://github.com/djpohly/dwl/compare/main...Unprex:rotation.patch) - -### Authors -- [Unprex](https://github.com/Unprex) \ No newline at end of file diff --git a/bottomstack.md b/bottomstack.md deleted file mode 100644 index f826b7b..0000000 --- a/bottomstack.md +++ /dev/null @@ -1,27 +0,0 @@ -### Description -bstack and bstackhoriz are two stack layouts for dwl. -### Scheme -``` -bstack (TTT) bstackhoriz (===) -+-----------------+ +-----------------+ -| | | | -| | | | -| | | | -+-----+-----+-----+ +-----------------+ -| | | | +-----------------+ -| | | | +-----------------+ -+-----+-----+-----+ +-----------------+ -``` -### Changelog - -2023-11-24: -- Remove gaps between windows. - -### Download -- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:bottomstack.patch) -- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:bottomstack.patch) -- [2021-10-06](https://github.com/djpohly/dwl/compare/main...DanielMowitz:bottomstack.patch) - -### Authors -- [DanielMowitz](https://github.com/DanielMowitz) -- [Abanoub8](https://github.com/Abanoub8) \ No newline at end of file diff --git a/center.md b/center.md deleted file mode 100644 index e54179a..0000000 --- a/center.md +++ /dev/null @@ -1,10 +0,0 @@ -### Description -Adds a rule to automatically center clients on the current monitor. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-center.patch) -- [v0.4-r1](https://github.com/djpohly/dwl/compare/main...dm1tz:04rc1-iscenter.patch) -- [2022-08-27](https://github.com/djpohly/dwl/compare/main...dm1tz:iscenter.patch) - -### Authors -- [Dmitry Zakharchenko](https://github.com/dm1tz) diff --git a/centeredmaster.md b/centeredmaster.md deleted file mode 100644 index 9a3ae5c..0000000 --- a/centeredmaster.md +++ /dev/null @@ -1,30 +0,0 @@ -### Description - -This is a port of centeredmaster patch for dwm: - -centeredmaster centers the nmaster area on screen, using mfact * monitor -width & height, with the stacked windows distributed to the left and -right. It can be selected with `Alt+c`. - -With one and two clients in master respectively this results in: - -``` -+------------------------------+ +------------------------------+ -|+--------++--------++--------+| |+--------++--------++--------+| -|| || || || || || || || -|| || || || || || M1 || || -|| || || || || || || || -|| S2 || M || S1 || || |+--------+| || -|| || || || || |+--------+| || -|| || || || || || || || -|| || || || || || M2 || || -|| || || || || || || || -|+--------++--------++--------+| |+--------++--------++--------+| -+------------------------------+ +------------------------------+ -``` - -### Download -- [2023-05-20](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:centeredmaster.patch) - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) \ No newline at end of file diff --git a/centerterminal.md b/centerterminal.md deleted file mode 100644 index d0ea293..0000000 --- a/centerterminal.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description - Add a keybinding that toggles centering Alacritty horizontally when it's the only window, while still tiling multiple windows. - -### Download -- [2020-12-14](https://github.com/djpohly/dwl/compare/main...guidocella:center-terminal.patch) - -### Authors -- [Guido Cella](https://github.com/guidocell) diff --git a/cfacts.md b/cfacts.md deleted file mode 100644 index b6f8aae..0000000 --- a/cfacts.md +++ /dev/null @@ -1,20 +0,0 @@ -### Description -A port of the [dwm cfacts patch](https://dwm.suckless.org/patches/cfacts/) (with the limits removed) - -Clients with higher weight are allocated more space! -``` -+---------------------+ -| | 0.5 | -| 1.0 +----------+ -+----------+ | -| | 1.0 | -| +----------+ -| 2.0 | | -| | 1.0 | -+----------+----------+` -``` -### Download -- [2023-07-22](https://github.com/djpohly/dwl/compare/main...PalanixYT:cfact.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/chainkeys.md b/chainkeys.md deleted file mode 100644 index 7a11518..0000000 --- a/chainkeys.md +++ /dev/null @@ -1,13 +0,0 @@ -### Description -Implements chained keybindings (like the dwm [keychain](https://dwm.suckless.org/patches/keychain/) patch). - -Bindings can share a leading chain key. This chain key will be triggered when Mod+chain is pressed. A subsequent keypress will be matched against bindings for that chain key. If it is configured the action will be triggered, otherwise the keypress will be ignored. - -### Download -- [2023-03-26](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:d99a1e5.patch) -- [2022-12-01](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:908a5c2.patch) - -### Authors -- [Ben Collerson](https://github.com/bencollerson) - - diff --git a/clipboardManager.md b/clipboardManager.md deleted file mode 100644 index 1b59ef5..0000000 --- a/clipboardManager.md +++ /dev/null @@ -1,27 +0,0 @@ -### Description -Store your clipboard history using `clipman` clipboard manager without your KeePassXC passwords leaking into clipman. - -Ensure these dependencies are installed (instructions for debian, other distros are left as an exercise...): - - apt install clipman libmodern-perl-perl moreutils wl-clipboard - -Change your command to launch `dwl` to something like the following: - - dwl -s 'pee somebar dwl-getwindowtitle' - -Ensure the following command is running in the background of your `dwl` session. Put it whereever your auto-started stuff is. - - exec wl-paste -t text --watch dwl-clipman - -This solution is based on the following reddit post, modified to support `dwl`. https://www.reddit.com/r/swaywm/comments/ljl0dh/keeping_secrets_secret_with_keepassxc_clipman_and/ - -Feel free to use this code however you want, but I can't guarantee it will work for what you are trying to do. Licenced under the same license as `dwl`, "WITHOUT WARRANTY OF ANY KIND". - - - -### Download -- [2022-12-21](https://github.com/djpohly/dwl/compare/main...bencollerson:clipboard-manager.patch) -- [2022-12-01](https://github.com/djpohly/dwl/compare/main...bencollerson:94d0a21.patch) - -### Authors -- [Ben Collerson](https://github.com/bencollerson) \ No newline at end of file diff --git a/clipboardipc.md b/clipboardipc.md deleted file mode 100644 index 4326fd9..0000000 --- a/clipboardipc.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds clipboard functionality. Requires the [ipc](https://github.com/djpohly/dwl/wiki/ipc) patch for dwl and `wl-clipboard` to be installed. By default, requires [clipman](https://github.com/yory8/clipman) for the clipboard and [dwl-state](https://github.com/MadcowOG/dwl-state) for getting the appid of the focused application, but you can change these in the script if you have alternatives. You may change which applications to not record by modifying the `excludes` array in `dwl-cliboard-watcher`. Make sure `wl-paste -t text -w dwl-clipboard-watcher` is running after dwl. - -### Downloads - - [2023-3-01](https://github.com/djpohly/dwl/compare/main...MadcowOG:ipc-clipboard.patch) - -### Authors - - [MadcowOG](https://github.com/MadcowOG) \ No newline at end of file diff --git a/column-layout.md b/column-layout.md deleted file mode 100644 index 2cded23..0000000 --- a/column-layout.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -A column layout patch. This patch just puts the visible clients into equal-width columns on the screen. - -### Download -- [2023-03-26](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:72fde16.patch) - -### Authors -- [Ben Collerson](https://github.com/bencollerson) \ No newline at end of file diff --git a/cursortheme.md b/cursortheme.md deleted file mode 100644 index d75329c..0000000 --- a/cursortheme.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Adds ability to change cursor's theme and size. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-cursortheme.patch) -- [2021-12-04](https://github.com/djpohly/dwl/compare/main...egorguslyan:cursortheme.patch) - -### Authors -- [egorguslyan](https://github.com/egorguslyan) \ No newline at end of file diff --git a/cursorwarp.md b/cursorwarp.md deleted file mode 100644 index 6b4bbdd..0000000 --- a/cursorwarp.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -When focus is changed, warp the cursor the the center of the new focused client (if it wasn't already within the client's geometry). - -### Download -- [2022-05-26](https://github.com/djpohly/dwl/compare/main...faerryn:cursor_warp.patch) - -### Authors -- [Faerryn](https://github.com/faerryn) \ No newline at end of file diff --git a/customfloat.md b/customfloat.md deleted file mode 100644 index 758ef5e..0000000 --- a/customfloat.md +++ /dev/null @@ -1,26 +0,0 @@ -### Description -Rules for floating windows support default x, y, width, height. Defaults to the center of the screen and the client size. - -### Changelog - -2023-09-11: -- Rewrite the patch so that it works with the latest dwl -- If the width or height is less than or equal to 1, then the value will be interpreted as a percentage. For example, 0.5 represents 50%, 0.25 represents 25%, and 1 represents 100%. **NOTE**: Some clients, like Thunar, have minimum width/height -- A variable `center_relative_to_monitor` has been added, allowing the user to choose whether to center relative to the monitor or relative to the window area. - -
- Explanation of center_relative_to_monitor: -
-  The "Monitor area" refers to the space enclosed by the green rectangle, while the "Window area" refers to the space enclosed by the red 
-  rectangle.
-  
-  
-
- -### Download -- [2023-09-11](https://github.com/djpohly/dwl/compare/main...wochap:customfloat.patch) -- [2020-09-02](https://github.com/djpohly/dwl/compare/main...Stivvo:customFloat.patch) - -### Authors -- [Stivvo](https://github.com/Stivvo) -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/cyclelayouts.md b/cyclelayouts.md deleted file mode 100644 index 7115439..0000000 --- a/cyclelayouts.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Adds function to cycle through available layouts. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-cyclelayouts.patch) -- [2021-07-27](https://github.com/djpohly/dwl/compare/main...vnepogodin:cyclelayouts.patch) - -### Authors -- [Vladislav Nepogodin](https://github.com/vnepogodin) \ No newline at end of file diff --git a/deck.md b/deck.md deleted file mode 100644 index ed0878d..0000000 --- a/deck.md +++ /dev/null @@ -1,35 +0,0 @@ -### Description -[deck](https://dwm.suckless.org/patches/deck/) is a port of the dwm-layout with the same name. It applies the monocle-layout to the clients in the stack. The master-client is still visible. The stacked clients are like a deck of cards, hence the name. - -### Scheme -``` -Showcase - -Tile : -+-----------------+--------+ -| | | -| | S1 | -| | | -| M +--------+ -| | | -| | S2 | -| | | -+-----------------+--------+ - -Deck : -+-----------------+--------+ -| | | -| | | -| | | -| M | S1 | -| | | -| | | -| | | -+-----------------+--------+ -``` - -### Download -- [2023-07-09](https://github.com/djpohly/dwl/compare/main...PalanixYT:deck.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/dragmfact.md b/dragmfact.md deleted file mode 100644 index d86f2d5..0000000 --- a/dragmfact.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Change mfact by dragging the mouse. - -### Download -- [2022-12-03](https://github.com/djpohly/dwl/compare/main...PalanixYT:dragmfact.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/fibonacci.md b/fibonacci.md deleted file mode 100644 index cc9b120..0000000 --- a/fibonacci.md +++ /dev/null @@ -1,27 +0,0 @@ -### Description -Arranges windows in a Fibonacci spiral or dwindle. - -### Scheme -``` -+-----------+-----------+ +-----------+-----------+ -| | | | | | -| | 2 | | | 2 | -| | | | | | -| 1 +--+--+-----+ | 1 +-----+-----+ -| | 5|-.| | | | | 4 | -| +--+--+ 3 | | | 3 +--+--+ -| | 4 | | | | | 5|-.| -+-----------+-----+-----+ +-----------+-----+-----+ - spiral dwindle -``` - -### Download -- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:fibonacci.patch) -- [2022-09-22](http://0x0.st/oVlu.patch) -- [2021-05-06](https://github.com/djpohly/dwl/compare/main...917Wolf:fib.patch) - -### Authors -- [Abanoub8](https://github.com/Abanoub8) -- [medanisjbara](https://github.com/medanisjbara) -- [917Wolf](https://github.com/917Wolf) -- Niki Yoshiuchi \ No newline at end of file diff --git a/floatBorderColor.md b/floatBorderColor.md deleted file mode 100644 index c7c0dd1..0000000 --- a/floatBorderColor.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Floating clients have their own border color. - -### Download -- [2022-03-26](https://github.com/djpohly/dwl/compare/main...PalanixYT:float_border_color.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/focusMonPointer.md b/focusMonPointer.md deleted file mode 100644 index 3e5164b..0000000 --- a/focusMonPointer.md +++ /dev/null @@ -1,7 +0,0 @@ -### Description -Implements `focusmon()` function that moves the cursor to the focused monitor. -### Download -- [2020-10-15](https://github.com/djpohly/dwl/compare/main...Stivvo:focusMonPointer.patch) - -### Authors -- [Stivvo](https://github.com/Stivvo) \ No newline at end of file diff --git a/focusdir.md b/focusdir.md deleted file mode 100644 index ab38361..0000000 --- a/focusdir.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Focus the window left, right, above or below the current focused window - -### Download -- [2023-19-15](https://github.com/djpohly/dwl/compare/main...XGames123:focusdir.patch) - -### Authors -- [ldev](https://github.com/Xgames123) \ No newline at end of file diff --git a/focusmaster.md b/focusmaster.md deleted file mode 100644 index 98f5f3b..0000000 --- a/focusmaster.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Focus the master regardless of the current focus. - -### Download -- [2022-09-02](https://github.com/djpohly/dwl/compare/main...dm1tz:fmaster.patch) -- [2022-08-18](https://github.com/djpohly/dwl/compare/main...PalanixYT:focusmaster.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/gaplessgrid.md b/gaplessgrid.md deleted file mode 100644 index 8272fe0..0000000 --- a/gaplessgrid.md +++ /dev/null @@ -1,10 +0,0 @@ -### Description -Arranges windows in a grid. Except it adjusts the number of windows in the first few columns to avoid empty cells. - -### Download -- [2023-11-14](https://github.com/djpohly/dwl/compare/main...Sneethe:gaplessgrid.patch) -- [2021-07-27](https://github.com/djpohly/dwl/compare/main...vnepogodin:gaplessgrid.patch) - -### Authors -- [Sneethe](https://github.com/Sneethe/) -- [Vladislav Nepogodin](https://github.com/vnepogodin) \ No newline at end of file diff --git a/genericgaps.md b/genericgaps.md deleted file mode 100644 index d107e92..0000000 --- a/genericgaps.md +++ /dev/null @@ -1,25 +0,0 @@ -### Description -This patch is a modified version of [vanitygaps][vanitygaps] that adds gaps around clients regardless of a layout. -It means you can apply any layout patch and the gaps will be shown properly as long as the layout does not add any gaps on its own. - -This works by allowing a layout to place clients normally without gaps, -and then correcting positions and dimensions of clients afterwards to add gaps around them. -To make it work, I had to modify `resize()` function, -and, as a side effect, this change fixed some flickering I experienced when using [snail][snail] layout. - -[snail]: https://github.com/djpohly/dwl/wiki/snail -[vanitygaps]: https://github.com/djpohly/dwl/wiki/vanitygaps - -### Changelog - -2023-11-24: -- Refactor, it does exactly the same, just using less code. -- Replace `gappih`, `gappiv`, `gappoh` and `gappov` with only `gappx`. They don't do anything anyways. - -### Download -- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:genericgaps.patch) -- [2023-05-20](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:genericgaps.patch) generic gaps -- [2023-05-20](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:genericgaps-rule.patch) generic gaps + monitor rule to enable gaps on certain monitors by default - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) diff --git a/gestures.md b/gestures.md deleted file mode 100644 index 3139e9a..0000000 --- a/gestures.md +++ /dev/null @@ -1,19 +0,0 @@ -### Description -Add swipe gestures to trigger functions, similar to [libinput-gestures](https://github.com/bulletmark/libinput-gestures/tree/master). It supports the following gestures: `SWIPE_UP`, `SWIPE_DOWN`, `SWIPE_LEFT` and `SWIPE_RIGHT` - -```c -static const Gesture gestures[] = { - { SWIPE_LEFT, shiftview, { .i = 1 } }, - { SWIPE_RIGHT, shiftview, { .i = -1 } }, -}; -``` - -**NOTE:** the example above requires the following patch https://github.com/djpohly/dwl/wiki/shiftview - -### Download -Apply on top of [pointerGesturesUnstableV1 patch](https://github.com/djpohly/dwl/wiki/pointerGesturesUnstableV1). - -- [2023-09-09](https://github.com/wochap/dwl/compare/pointer-gestures-unstable-v1...wochap:gestures.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/gridmode.md b/gridmode.md deleted file mode 100644 index d5044c6..0000000 --- a/gridmode.md +++ /dev/null @@ -1,10 +0,0 @@ -### Description -Arranges windows in a grid of equal sizes. - -### Download -- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:gridmode.patch) -- [2021-07-24](https://github.com/djpohly/dwl/compare/main...vnepogodin:gridmode.patch) - -### Authors -- [Vladislav Nepogodin](https://github.com/vnepogodin) -- [Abanoub8](https://github.com/Abanoub8) \ No newline at end of file diff --git a/hidecursor.md b/hidecursor.md deleted file mode 100644 index f039984..0000000 --- a/hidecursor.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Hide the cursor when typing - -### Download -- [2023-10-25](https://github.com/djpohly/dwl/compare/main...apprehensions:hidecursor.patch) -- [2023-02-19](https://github.com/djpohly/dwl/compare/main...PalanixYT:type_hide.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/ipc.md b/ipc.md deleted file mode 100644 index 7a5f638..0000000 --- a/ipc.md +++ /dev/null @@ -1,11 +0,0 @@ -### Description -Largely based on [raphi](https://sr.ht/~raphi/)'s [somebar](https://sr.ht/~raphi/somebar/), this patch provides an ipc for wayland clients to get and set dwl state. The ipc is intended for status bars, but can also be scripted with [dwlmsg](https://codeberg.org/notchoc/dwlmsg). - -### Download - - [2023-10-28](https://gist.githubusercontent.com/fbushstone/b116c44340eb7a7878de1119dd931ca5/raw/ee66ac9e2a5dddd9b528df553e21080c2811e974/ipc-v2-fixed.patch) Updated version of 2023-04-29, prevents ipc from freezing the compositor in printstatus. - - [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-v2.patch) Use this for dwl-ipc-unstable-v2. If you are using commit [9d68554](https://github.com/djpohly/dwl/commit/9d68554c59a886b641d27a364884fb461af2d4f1) or later, use this. For status bars this protocol is supported by dwlb, Waybar and dwl-bar. - - [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-bbdf2.patch) Use this for dwl-ipc-unstable-v1. If you are using commit [bbdaf2a9](https://github.com/djpohly/dwl/commit/bbdf2a913b72e7a308ee0dfde6518a4285d4a775), [release 0.4](https://github.com/djpohly/dwl/releases/tag/v0.4) or earlier, use this. For status bars, this protocol is supported by dwl-bar. - - [2023-02-20](https://lists.sr.ht/~raphi/public-inbox/patches/39166) Use this for net-tapesoftware-dwl-wm-unstable-v1. If you are using commit [c69a2bec](https://github.com/djpohly/dwl/commit/c69a2bec3ff417fbc4ea8fec0a49096773e01e7d) or later, use this. For status bars this protocol is supported by somebar. - -### Authors - - [MadcowOG](https://github.com/MadcowOG) diff --git a/kblayout.md b/kblayout.md deleted file mode 100644 index 6685a35..0000000 --- a/kblayout.md +++ /dev/null @@ -1,27 +0,0 @@ -### Description -This patch adds per-client keyboard layout and ability to send current -keyboard layout information to a status bar. - -Only per-client feature is enabled by default. You can edit -`kblayout_file` and `kblayout_cmd` variables to notify a status bar -about keyboard layout. - -[Someblocks](https://sr.ht/~raphi/someblocks) config that works -with the example settings in `config.h`: - -```c -static const Block blocks[] = { - /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"", "cat /tmp/dwl-keymap", 0, 1}, -}; -``` - -Both of these features are included in one patch because their -implementation happens to share some code. If you don't need -any of these features, just disable it in `config.h`. - -### Download -- [2023-12-21](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:kblayout.patch) - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) diff --git a/kbrules.md b/kbrules.md deleted file mode 100644 index 44e20c8..0000000 --- a/kbrules.md +++ /dev/null @@ -1,15 +0,0 @@ -### Description -Allow for keyboard rules to be used; This allows for keyboard-specific options or layouts. - -The keyboard's names can be retrieved from `libinput list-devices | grep Device`, example: -```c -static const KeyboardRule kbrules[] = { - { "AT Translated Set 2 keyboard", { .options = "altwin:swap_alt_win,caps:swapescape" } }, -}; -``` - -### Download -- [2023-09-20](https://github.com/djpohly/dwl/compare/main...apprehensions:dwl:kbrules.patch) - -### Authors -- [sewn](https://github.com/apprehensions) \ No newline at end of file diff --git a/keyboardshortcutsinhibit.md b/keyboardshortcutsinhibit.md deleted file mode 100644 index 600494c..0000000 --- a/keyboardshortcutsinhibit.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Allows clients to use the keyboard-shortcuts-inhibit protocol to block the compositor from using keybinds. This is useful for virtualization software like looking-glass which requires this protocol to run. - -### Download -- [2023-05-01](https://github.com/djpohly/dwl/compare/main...madcowog:keyboard-shortcuts-inhibit.patch) - -### Authors -- [MadcowOG](https://github.com/MadcowOG) \ No newline at end of file diff --git a/keychord.md b/keychord.md deleted file mode 100644 index 4f189a3..0000000 --- a/keychord.md +++ /dev/null @@ -1,44 +0,0 @@ -### Description - -This patch implements sequences for chained keybindings (like the dwm [keychord](https://dwm.suckless.org/patches/keychord/) patch). - -_Notes_: -- The maximum number of sequences is set to `5` in the `Keychord` struct for a given keybinding -- This original motivation was better support for [stumpwm](https://stumpwm.github.io/) style of keybindings, however this is not a limitation - -### Example - -The default values for `MODKEY` and `PREFIXKEY` can be changed in `config.def.h` and/or `config.h`. - -#### emacs-like - -In the example below, the `firefox` command is bound to the key sequence `alt-s alt-u f`. - -```C -static const Keychord keychords[] = { - /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ - /* count key_sequences function argument */ - { 3, {{MODKEY, XKB_KEY_s}, {MODKEY, XKB_KEY_u}, {MOD_NONE, XKB_KEY_f}}, spawn, SHCMD("firefox") }, -}; -``` - -#### vim-like - -In the example below, the `firefox` command is bound to the key sequence `alt-s u f`. - -```C -static const Keychord keychords[] = { - /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ - /* count key_sequences function argument */ - { 3, {{MODKEY, XKB_KEY_s}, {MOD_NONE, XKB_KEY_u}, {MOD_NONE, XKB_KEY_f}}, spawn,SHCMD("firefox") }, -}; -``` - -### Download - -- [2023-03-12](https://github.com/djpohly/dwl/compare/main...yveszoundi:dwl-customization:keychord-2023-03-12.patch) -- [2023-02-15](https://github.com/djpohly/dwl/compare/main...yveszoundi:dwl-customization:v0.4-keychord-2023-02-15.patch) - -### Authors - -- [Yves Zoundi](https://github.com/yveszoundi) \ No newline at end of file diff --git a/keymap.md b/keymap.md deleted file mode 100644 index 922e717..0000000 --- a/keymap.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Print current keyboard layout to stdout - -### Download -- [2022-09-10](https://github.com/djpohly/dwl/compare/main...GospodinHoroshiy:keymap.patch) - -### Authors -- [Gospodin](https://github.com/GospodinHoroshiy) \ No newline at end of file diff --git a/lockedkeys.md b/lockedkeys.md deleted file mode 100644 index 71cb422..0000000 --- a/lockedkeys.md +++ /dev/null @@ -1,21 +0,0 @@ -### Description -This patch allows you to add keybindings to the lockscreen. - -```c -static const Key lockedkeys[] = { - /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ - /* modifier key function argument */ - - /* Ctrl-Alt-Backspace and Ctrl-Alt-Fx used to be handled by X server */ - { WLR_MODIFIER_CTRL|WLR_MODIFIER_ALT,XKB_KEY_Terminate_Server, quit, {0} }, -#define CHVT(n) { WLR_MODIFIER_CTRL|WLR_MODIFIER_ALT,XKB_KEY_XF86Switch_VT_##n, chvt, {.ui = (n)} } - CHVT(1), CHVT(2), CHVT(3), CHVT(4), CHVT(5), CHVT(6), - CHVT(7), CHVT(8), CHVT(9), CHVT(10), CHVT(11), CHVT(12), -}; -``` - -### Download -- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:lockedkeys.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/menu.md b/menu.md deleted file mode 100644 index c968a40..0000000 --- a/menu.md +++ /dev/null @@ -1,15 +0,0 @@ -### Description - -This patch adds `menu` command, which allows dwl to interface with dmenu-like programs. - -By default, two menus are available: -- focusing a window by its title by pressing `Alt+o` -- selecting a layout from a list by pressing `Alt+Shift+o` - -Edit `menus` array and `MENU` macro in `config.h` to add/change menus and use a different dmenu program. - -### Download -- [2023-07-15](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:menu.patch) - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) \ No newline at end of file diff --git a/modes.md b/modes.md deleted file mode 100644 index 1fca763..0000000 --- a/modes.md +++ /dev/null @@ -1,34 +0,0 @@ -### Description -Implement modes, default mode is `NORMAL` - -### Example - -In the example below, you declare a mode: `BROWSER`, which is activated when you press modkey + b. Then, you can press f to launch `Firefox` and return to the default `NORMAL` mode. - -```c -enum { - BROWSER, -}; -const char *modes_labels[] = { - "browser", -}; - -static const Key keys[] = { - // ... - { MODKEY, XKB_KEY_b, entermode, {.i = BROWSER} }, - // ... -}; - -static const Modekey modekeys[] = { - /* mode modifier key function argument */ - { BROWSER, { 0, XKB_KEY_f, spawn, SHCMD("firefox") } }, - { BROWSER, { 0, XKB_KEY_f, entermode, {.i = NORMAL} } }, - { BROWSER, { 0, XKB_KEY_Escape, entermode, {.i = NORMAL} } }, -}; -``` - -### Download -- [2023-09-11](https://github.com/djpohly/dwl/compare/main...wochap:modes.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/monitorconfig.md b/monitorconfig.md deleted file mode 100644 index f03c676..0000000 --- a/monitorconfig.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Allows more monitor configuration in config.h - -### Download -- [2022-04-04](https://github.com/djpohly/dwl/compare/main...PalanixYT:monfig.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/mouse-follows-focus.md b/mouse-follows-focus.md deleted file mode 100644 index fa25d5a..0000000 --- a/mouse-follows-focus.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -This patch adds the option to let the cursor jump to the center of new clients, as well as move the cursor to the center of clients that gains focus. - -### Download -- [2023-03-17](https://github.com/djpohly/dwl/compare/main...0undefined:mouse-follows-focus.patch) - -### Authors -- [0undefined](https://github.com/0undefined) \ No newline at end of file diff --git a/move-stack-top.md b/move-stack-top.md deleted file mode 100644 index a617ec3..0000000 --- a/move-stack-top.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Extend the [movestack](https://github.com/djpohly/dwl/wiki/movestack) patch to let you also focus, or move, a client to the top or bottom of the stack. - -### Download -- [2023-03-12](https://github.com/djpohly/dwl/compare/main...0undefined:dwl:move-client-top.patch) - -### Authors -- [0undefined](https://github.com/0undefined) -- Original movestack patch: [sam-barr](https://github.com/ss7m) \ No newline at end of file diff --git a/movecenter.md b/movecenter.md deleted file mode 100644 index 67161b0..0000000 --- a/movecenter.md +++ /dev/null @@ -1,22 +0,0 @@ -### Description -This patch provides a keybinding to center focused windows. - -Press MODKEY + x to center the focused floating window. - -It does NOT uncenter the window back to its previous location. It does not center windows that are not floating. - -The variable `center_relative_to_monitor` allows the user to choose whether to center relative to the monitor or relative to the window area. - -
-Explanation of center_relative_to_monitor: -
-The "Monitor area" refers to the space enclosed by the green rectangle, while the "Window area" refers to the space enclosed by the red rectangle.
-
-
-
- -### Download -- [2023-09-11](https://github.com/djpohly/dwl/compare/main...wochap:movecenter.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/moveresizekb.md b/moveresizekb.md deleted file mode 100644 index 1cdc497..0000000 --- a/moveresizekb.md +++ /dev/null @@ -1,20 +0,0 @@ -### Description -This allows the user to change size and placement of floating windows using only the keyboard, default keybindings: - -| Keybinding | Action | -| :--- | :--- | -| MODKEY + Up | move 40px up | -| MODKEY + Down | move 40px down | -| MODKEY + Left | move 40px left | -| MODKEY + Right | move 40px right | -| MODKEY + Shift + Up | shrink height 40px | -| MODKEY + Shift + Down | grow height 40px | -| MODKEY + Shift + Left | shrink width 40px | -| MODKEY + Shift + Right | grow width 40px | - - -### Download -- [2023-09-11](https://github.com/djpohly/dwl/compare/main...wochap:moveresizekb.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/movestack.md b/movestack.md deleted file mode 100644 index b9386a9..0000000 --- a/movestack.md +++ /dev/null @@ -1,14 +0,0 @@ -### Description -Allows you to move a window up and down the stack. - -### Download -- [2023-09-05](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:movestack.patch) -- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:movestack.patch) -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-movestack.patch) -- [2022-01-16](https://github.com/djpohly/dwl/compare/main...ss7m:movestack.patch) - -### Authors -- [sam-barr](https://github.com/ss7m) -- [Dmitry Zakharchenko](https://github.com/dm1tz) -- [Abanoub8](https://github.com/Abanoub8) -- [Nikita Ivanov](https://github.com/NikitaIvanovV) diff --git a/namedscratchpads.md b/namedscratchpads.md deleted file mode 100644 index 6c83792..0000000 --- a/namedscratchpads.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Allows for the creation of multiple scratchpad windows, each assigned to a different keybinding. - -### Download -- [2022-07-29](https://github.com/djpohly/dwl/compare/main...loumray:namedscratchpads.patch) - -### Authors -- [Louis-Michel Raynauld](https://github.com/loumray) \ No newline at end of file diff --git a/naturalscrolltrackpad.md b/naturalscrolltrackpad.md deleted file mode 100644 index 93a6079..0000000 --- a/naturalscrolltrackpad.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Set natural scrolling only for trackpads. - -### Download -- [2023-05-21](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:naturalscrolltrackpad.patch) - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) \ No newline at end of file diff --git a/nomousefocus.md b/nomousefocus.md deleted file mode 100644 index 18b6a79..0000000 --- a/nomousefocus.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Prevent focus on mouseover. - -### Download -- [2023-02-05](https://github.com/djpohly/dwl/compare/main...jjjt-git:nomousefocus.patch) - -### Authors -- [JJJT](https://github.com/jjjt-git) \ No newline at end of file diff --git a/onlyquitonempty.md b/onlyquitonempty.md deleted file mode 100644 index 805638a..0000000 --- a/onlyquitonempty.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Only exit when no windows are open - -### Download -- [2022-09-11](https://github.com/djpohly/dwl/compare/main...GospodinHoroshiy:onlyquitonempty.patch) - -### Authors -- [Gospodin](https://github.com/GospodinHoroshiy) \ No newline at end of file diff --git a/outputPowerManagement.md b/outputPowerManagement.md deleted file mode 100644 index 295aab4..0000000 --- a/outputPowerManagement.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Implement the output-power-management protocol. I don't know what this is used by, but here it is in case you need it. - -### Download -- [2022-03-20](https://github.com/djpohly/dwl/compare/main...guidocella:output-power-management.patch) - -### Authors -- [Guido Cella](https://github.com/guidocella) \ No newline at end of file diff --git a/pertag.md b/pertag.md deleted file mode 100644 index 11f3f73..0000000 --- a/pertag.md +++ /dev/null @@ -1,12 +0,0 @@ -### Description -Makes layout, mwfact and nmaster individual for every tag. - -### Download -- [2023-08-26](https://github.com/djpohly/dwl/compare/main...mortezadadgar:pertag.patch) -- [2023-07-13](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:pertag.patch) -- [2023-04-21](https://github.com/djpohly/dwl/compare/main...bencollerson:pertag.patch) -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-pertag.patch) -- [2022-03-20](https://github.com/djpohly/dwl/compare/main...guidocella:pertag.patch) - -### Authors -- [Guido Cella](https://github.com/guidocella) \ No newline at end of file diff --git a/pointerConstraints.md b/pointerConstraints.md deleted file mode 100644 index f5b5100..0000000 --- a/pointerConstraints.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds support for basic pointer constraints. - -### Download -- [2022-07-03](https://github.com/djpohly/dwl/compare/main...PalanixYT:point.patch) - -### Authors -- [Palanix](https://github.com/PalanixYT) \ No newline at end of file diff --git a/pointerGesturesUnstableV1.md b/pointerGesturesUnstableV1.md deleted file mode 100644 index b127141..0000000 --- a/pointerGesturesUnstableV1.md +++ /dev/null @@ -1,11 +0,0 @@ -### Description -Forward the following events to client: -swipe_begin, swipe_update, swipe_end, pinch_begin, pinch_update and pinch_end - -This patch allows you to pinch zoom in Chrome for example and in combination with the following patch https://github.com/djpohly/dwl/wiki/gestures and https://github.com/djpohly/dwl/wiki/shiftview, it would allow you to switch workspaces by performing a 3-finger swipe on your touchpad. - -### Download -- [2023-09-08](https://github.com/djpohly/dwl/compare/main...wochap:pointer-gestures-unstable-v1.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/privilegeDrop.md b/privilegeDrop.md deleted file mode 100644 index c1ebdf9..0000000 --- a/privilegeDrop.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds the -u option that allows users to pass a desired uid to drop to after becoming DRM master. - -### Download -- [2021-09-06](https://github.com/djpohly/dwl/compare/main...DanielMowitz:privilege-drop.patch) - -### Authors -- [Daniel Mowitz](https://github.com/DanielMowitz) \ No newline at end of file diff --git a/push.md b/push.md deleted file mode 100644 index 2d29b00..0000000 --- a/push.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds functions `pushup` and `pushdown` to move windows within the tiling order. - -### Download -- [2022-12-05](https://github.com/djpohly/dwl/compare/wlroots-next...djpohly:push.patch) - -### Authors -- [Devin J. Pohly](https://github.com/djpohly) \ No newline at end of file diff --git a/regexrules.md b/regexrules.md deleted file mode 100644 index e39ca8f..0000000 --- a/regexrules.md +++ /dev/null @@ -1,17 +0,0 @@ -### Description -Allows the use of regular expressions for window rules "app_id" and "title" - -```c -static const Rule rules[] = { - // ... - { "kitty-htop", NULL, 1 << 8, 0, -1 }, - { "^kitty$", NULL, 0, 0, -1 }, - // ... -}; -``` - -### Download -- [2023-10-11](https://github.com/djpohly/dwl/compare/main...wochap:regexrules.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/regions.md b/regions.md deleted file mode 100644 index d6eae71..0000000 --- a/regions.md +++ /dev/null @@ -1,10 +0,0 @@ -### Description -This patch will allow for a program to be used and have the current window regions on all monitors to be passed to the program as standard input. - -example is `grim -g "$(slurp)"` - -### Download -- [2023-07-23](https://github.com/djpohly/dwl/compare/main...apprehensions:dwl:regions.patch) - -### Authors -- [sewn](https://github.com/apprehensions) \ No newline at end of file diff --git a/relativemouseresize.md b/relativemouseresize.md deleted file mode 100644 index 72571a7..0000000 --- a/relativemouseresize.md +++ /dev/null @@ -1,12 +0,0 @@ -### Description - -When resizing windows, the mouse will no longer jump to the bottom -right corner and only resize from that corner. Instead, the mouse will -resize the window in the quadrant that the resize starts at. This is the -same resize behavior as Sway and is similar to the resizehere dwm patch. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...schance995:dwl:relative-mouse-resize.patch) - -### Authors -- [schance995](https://github.com/schance995) \ No newline at end of file diff --git a/restartdwl.md b/restartdwl.md deleted file mode 100644 index 12d5041..0000000 --- a/restartdwl.md +++ /dev/null @@ -1,23 +0,0 @@ -### Description -This patch allows you to restart dwl with a keybinding. -**NOTE:** that all of your applications are gonna get killed on dwl restart. - -The function creates a file at **/tmp/restart_dwl** and exits dwl. -You have to modify your dwl launch script in order for this patch to work. -Example dwl launch script: -```sh -do=true -while $do || [ -f /tmp/restart_dwl ]; do - do=false - rm -rf /tmp/restart_dwl > /dev/null 2>&1 - dwl -done -``` -It's a do-while that checks if **/tmp/restart_dwl** exists after the first run of dwl. -If this file exists delete it and start dwl again. - -### Download -- [2022-10-27](https://github.com/djpohly/dwl/compare/main...krypciak:patch-restartdwl.patch) - -### Authors -- [krypciak](https://github.com/krypciak) \ No newline at end of file diff --git a/restoretiling.md b/restoretiling.md deleted file mode 100644 index b0c54c1..0000000 --- a/restoretiling.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -All floating windows become tiling when switching to a different layout. - -### Download -- [2020-08-28](https://github.com/djpohly/dwl/compare/main...Stivvo:restoreTiling.patch) - -### Authors -- [Stivvo](https://github.com/Stivvo) \ No newline at end of file diff --git a/rotatetags.md b/rotatetags.md deleted file mode 100644 index f2f9b28..0000000 --- a/rotatetags.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -This patch provides the ability to rotate the tagset left / right. It implements a new function rotatetags which modifies the current tagset. Same as original dwm [patch](https://dwm.suckless.org/patches/rotatetags/). Also adds ability to move focused client to left / right adjacent tag by specifying argument number as -2 or 2. - -### Download -- [2023-10-12](https://github.com/djpohly/dwl/compare/main...korei999:rotatetags.patch) - -### Authors -- [korei](https://github.com/korei999) \ No newline at end of file diff --git a/shiftview.md b/shiftview.md deleted file mode 100644 index efb501a..0000000 --- a/shiftview.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds `shiftview` function that allows to cycle through tags. - -### Download -- [2022-07-06](https://github.com/djpohly/dwl/compare/main...guidocella:shiftview.patch) - -### Authors -- [Guido Cella](https://github.com/guidocella) \ No newline at end of file diff --git a/singletagset.md b/singletagset.md deleted file mode 100644 index 9cf876a..0000000 --- a/singletagset.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Allows for a single set of tags to be shared between multiple monitors. - -### Download -- [2023-03-26](https://github.com/djpohly/dwl/compare/main...bencollerson:5beb96f.patch) -- [2022-12-21](https://github.com/djpohly/dwl/compare/main...bencollerson:6d32180.patch) - -### Authors -- [Ben Collerson](https://github.com/bencollerson) \ No newline at end of file diff --git a/sticky.md b/sticky.md deleted file mode 100644 index 349cb1d..0000000 --- a/sticky.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds a toggleable function that makes a sticky client that is visible on all tags. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-sticky.patch) - -### Authors -- [Dmitry Zakharchenko](https://github.com/dm1tz) \ No newline at end of file diff --git a/stickyrule.md b/stickyrule.md deleted file mode 100644 index fb28c44..0000000 --- a/stickyrule.md +++ /dev/null @@ -1,11 +0,0 @@ -### Description -Add a rule to clients to spawn them [sticky](sticky) on start up. -I personally use it to make [dragon](https://github.com/mwh/dragon) show up on all tags. - -### Download -Apply on top of [sticky patch](sticky). - -- [2023-05-27](https://github.com/dm1tz/dwl/compare/04-sticky...NikitaIvanovV:stickyrule.patch) - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) diff --git a/swapandfocusdir.md b/swapandfocusdir.md deleted file mode 100644 index 42c04d0..0000000 --- a/swapandfocusdir.md +++ /dev/null @@ -1,12 +0,0 @@ -### Description -Focus the window (floating or no) to the left, right, above, or below the current focused window. - -Swap the focused window with the window (no floating) to the left, right, above, or below. - -**NOTE:** this patch uses the same algorithm that River uses to select the window in the given direction. - -### Download -- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:swapandfocusdir.patch) - -### Authors -- [wochap](https://github.com/wochap) \ No newline at end of file diff --git a/swaycompat.md b/swaycompat.md deleted file mode 100644 index 257c60a..0000000 --- a/swaycompat.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Implements just enough of the `sway-ipc` protocol to facilitate status bars. Tested with `waybar` and `rootbar`. - -### Download -- [2022-06-08](https://github.com/djpohly/dwl/compare/main...StratusFearMe21:main.patch) - -### Authors -- [Isaac Mills](https://github.com/StratusFearMe21) \ No newline at end of file diff --git a/switchtotag.md b/switchtotag.md deleted file mode 100644 index 431c272..0000000 --- a/switchtotag.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Adds a rule option to switch to the configured tag when a window opens, then switch back when it closes. - -### Download -- [2021-04-17](https://github.com/djpohly/dwl/compare/main...guidocella:switchtotag.patch) - -### Authors -- [Guido Cella](https://github.com/guidocella) \ No newline at end of file diff --git a/title‐change‐urgent.md b/title‐change‐urgent.md deleted file mode 100644 index a7ac236..0000000 --- a/title‐change‐urgent.md +++ /dev/null @@ -1,11 +0,0 @@ -### Description -Whenever a client title changes set the client's urgent flag. - -Hacky solution I use to deal with qutebrowser not setting urgent flag when a new tab is opened. - - -### Download -- [2023-10-23](https://github.com/djpohly/dwl/compare/main...bencollerson:title-change-urgent.patch) - -### Authors -- [Ben Collerson](https://github.com/bencollerson) \ No newline at end of file diff --git a/toggleKbLayout.md b/toggleKbLayout.md deleted file mode 100644 index 0a35901..0000000 --- a/toggleKbLayout.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Switch between multiple keyboard layouts at runtime. - -### Download -- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:toggleKbLayout.patch) (fix build error on the latest dwl) -- [2020-09-18](https://github.com/djpohly/dwl/compare/main...Stivvo:toggleKbLayout.patch) - -### Authors -- [Stivvo](https://github.com/Stivvo) \ No newline at end of file diff --git a/toggleLayoutImmediately.md b/toggleLayoutImmediately.md deleted file mode 100644 index 0733b62..0000000 --- a/toggleLayoutImmediately.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Configure a default "previous" layout for `setlayout({0})` to switch back to. - -### Download -- [2020-07-28](https://github.com/djpohly/dwl/compare/main...guidocella:toggle-layout-immediately.patch) - -### Authors -- [Guido Cella](https://github.com/guidocella) \ No newline at end of file diff --git a/touchscreen.md b/touchscreen.md deleted file mode 100644 index e79dc84..0000000 --- a/touchscreen.md +++ /dev/null @@ -1,11 +0,0 @@ -### Description -Adds SIMPLE touchscreen functionality.
-Currently emulates mouse movement and button presses.
- -### Download -- [2023-03-31](https://github.com/djpohly/dwl/compare/main...fauxmight:dwl:simple_touch_input.patch) -- [2022-10-16](https://github.com/djpohly/dwl/compare/main...Unprex:touch-screen.patch) - -### Authors -- [fauxmight](https://github.com/fauxmight) -- [Unprex](https://github.com/Unprex) \ No newline at end of file diff --git a/unclutter.md b/unclutter.md deleted file mode 100644 index f3af905..0000000 --- a/unclutter.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Hide the mouse cursor if it isn’t being used for a certain period of time. - -### Download -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-unclutter.patch) -- [2022-02-12](https://github.com/djpohly/dwl/compare/main...guidocella:unclutter.patch) - -### Authors -- [Guido Cella](https://github.com/guidocella) \ No newline at end of file diff --git a/uselessgaps.md b/uselessgaps.md deleted file mode 100644 index f07d7ff..0000000 --- a/uselessgaps.md +++ /dev/null @@ -1,13 +0,0 @@ -### Description -- KISS (Keep it simple and stupid) -- Use common gap value instead of separate inner and outer gaps -- Set gap value in config.h and toggle gaps on or off -- minimal and efficient - -### Download -- [2023-10-15](https://github.com/djpohly/dwl/compare/main...nakibrayan3:dwl:update-uselessgaps-patch.patch) -- [2023-07-17](https://github.com/djpohly/dwl/compare/main...serenevoid:uselessgaps.patch) - -### Authors -- [Serene Void](https://github.com/serenevoid) -- [Rayan Nakib](https://nakibrayan2.pages.dev) \ No newline at end of file diff --git a/vertile.md b/vertile.md deleted file mode 100644 index 0b97517..0000000 --- a/vertile.md +++ /dev/null @@ -1,25 +0,0 @@ -### Description -A tiled layout optimized for wide vertical monitors. -### Scheme -``` -|---------------------------| -| | -| | -| M | -| | -| | -|---------------------------| -| t1 | -|---------------------------| -| t2 | -|---------------------------| -| t3 | -|---------------------------| -``` -### Download -- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:vertile.patch) -- [2021-08-15](https://github.com/djpohly/dwl/compare/main...ChausseBenjamin:vertile.patch) - -### Authors -- [Benjamin Chausse](https://github.com/ChausseBenjamin) -- [Abanoub8](https://github.com/Abanoub8) \ No newline at end of file diff --git a/virtualpointer.md b/virtualpointer.md deleted file mode 100644 index 2113cbd..0000000 --- a/virtualpointer.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -implement wlr_virtual_pointer_v1 for things like wayvnc to work - -### Download -- [2023-05-27](https://github.com/djpohly/dwl/compare/main...youbitchoc:virtualpointer.patch) - -### Authors -- [youbitchoc](https://github.com/youbitchoc) \ No newline at end of file diff --git a/xcursor.md b/xcursor.md deleted file mode 100644 index 6c2217f..0000000 --- a/xcursor.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description - -Set cursor theme and size via `XCURSOR_THEME` and `XCURSOR_SIZE` environmental variables. - -### Download -- [2023-07-18](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:xcursor.patch) - -### Authors -- [Nikita Ivanov](https://github.com/NikitaIvanovV) \ No newline at end of file diff --git a/zoomswap.md b/zoomswap.md deleted file mode 100644 index f3d0c3b..0000000 --- a/zoomswap.md +++ /dev/null @@ -1,51 +0,0 @@ -### Description -This patch swaps the current window (C) with the previous master (P) when zooming. -``` -Original behaviour : -+-----------------+-------+ -| | | -| | | -| | | -| P +-------| -| | | -| | C | -| | | -+-----------------+-------+ - -+-----------------+-------+ -| | | -| | P | -| | | -| C +-------| -| | | -| | | -| | | -+-----------------+-------+ - -New Behaviour : -+-----------------+-------+ -| | | -| | | -| | | -| C +-------+ -| | | -| | P | -| | | -+-----------------+-------+ - -+-----------------+-------+ -| | | -| | | -| | | -| P +-------+ -| | | -| | C | -| | | -+-----------------+-------+ -``` - -### Download -- [2023-07-28](https://github.com/djpohly/dwl/compare/main...PalanixYT:zoomswap.patch) - -### Authors -- [PalanixYT](https://github.com/PalanixYT) \ No newline at end of file