Benjamin Chausse
5988158902
Merge branch 'main' into monchange
2024-08-10 18:16:06 +00:00
Benjamin Chausse
b4be02f3a8
Add monchange patch
...
Allows one to call a script whenever the monitor configuration changes
(connect/disconnect). As an example, one might want to update the
wallpapers on each display. Here is a script that could be called by
`monchange` in the `config.h` to achieve this:
```
wallDir="${XDG_CONFIG_HOME:-$HOME}/wallpapers"
displays="$(wlr-randr --json | jq -r '.[] | select(.enabled) | .name')"
echo "$displays"
setDisplay() {
case $(ls $wallDir) in
*"$1"*)
wall=$(ls $wallDir | grep "$1" | head -n 1)
;;
*)
wall=$(ls $wallDir | grep "default" | head -n 1)
;;
esac
swaybg --output $1 -m fill --image $wallDir/$wall &
}
killall swaybg > /dev/null 2>&1
for display in $displays; do
setDisplay $display
done
```
2024-08-10 14:10:57 -04:00
JoaoCostaIFG
8588394282
Add snail-gaps patch
...
A patch built on top of the snail patch to add gaps support to the layout.
2024-08-08 14:48:16 +01:00
korei999
dcca4aeb7b
fix link
2024-08-07 18:16:07 +00:00
korei999
1772adb7c4
Update patches/tearing/README.md
2024-08-07 15:48:13 +00:00
korei999
fba82babe5
Update patches/tearing/README.md
2024-08-07 15:34:38 +00:00
korei999
cd632cec2d
add tearing patch
2024-08-07 18:32:55 +03:00
Guido Cella
5453b74075
update unclutter
2024-08-06 21:02:45 +02:00
Kerberoge
3b093c5daa
Fixed a broken link in barcolors's README.md
2024-08-06 15:05:10 +02:00
Kerberoge
8a3694b588
Rebased barcolors patch onto 0.7
2024-08-06 14:52:09 +02:00
sewn
b6c3f3dc75
add patch meson
2024-08-06 00:40:57 +03:00
sewn
2929e8ac46
barborder: 0.7
2024-08-05 01:45:40 +03:00
sewn
5716f26d02
barpadding: 0.7
2024-08-05 01:44:22 +03:00
sewn
12734cebea
hide_vacant_tags: 0.7
2024-08-05 01:40:35 +03:00
sewn
f07a53ba49
bar: add 0.7 and 0.6
2024-08-05 01:38:57 +03:00
estevao
336a30cdd2
add cfact-centeredmaster
2024-08-03 05:49:30 +00:00
choc
570cf3bc31
tablet-input: 2024-07-31
2024-07-31 22:02:47 +08:00
wochap
ca3e6cbdac
Update patches/movecenter/README.md
2024-07-31 13:43:57 +00:00
wochap
8d2a8219a0
Update patches/pertag/README.md
2024-07-31 13:33:25 +00:00
wochap
45c9a9eb02
Update patches/pertag/README.md
2024-07-31 13:32:58 +00:00
wochap
65ea99519b
update to v0.6
...
fix https://codeberg.org/dwl/dwl-patches/issues/112
2024-07-31 13:32:12 +00:00
wochap
6133b325e4
Update patches/togglekblayout/README.md
2024-07-31 12:55:22 +00:00
wochap
a6fa4ba320
Update patches/movecenter/README.md
2024-07-31 12:53:22 +00:00
wochap
b1ca929ee6
update movecenter patch to v0.6
...
fix bug where not floating windows are being centered
2024-07-31 12:44:22 +00:00
45mg
187d7f5115
autostart: rebase onto 0.7
2024-07-31 01:51:21 -06:00
Denis Strizhkin
792e87d4e5
fix autostart.patch from failing
2024-07-31 01:46:30 -06:00
Kerberoge
12a8d4b7d5
Added barcolors patch
2024-07-31 01:51:59 +00:00
Palanix
57025a8c35
Update cfact patch
2024-07-29 21:38:45 +02:00
Palanix
6d9e83596b
Update zoomswap
2024-07-29 21:34:27 +02:00
Palanix
38fabc623d
Update dragmfact
2024-07-29 21:28:41 +02:00
choc
d235f0f88e
ipc: 2024-07-29
...
add ipcpertag and focus-tagset-output mini-patches
2024-07-29 21:34:52 +08:00
Rutherther
43ee42aeef
singletagset-pertag: remove copy artifact
2024-07-26 13:48:40 +02:00
Rutherther
4d10ef76d4
singletagset-pertag: init
...
Pertag for singletagset patch.
Makes one set of rules for the tags instead
of per output.
2024-07-26 13:45:52 +02:00
Rutherther
97c08710a7
singletagset-sticky: init
...
Patch sticky to work with singletagset
2024-07-26 13:41:14 +02:00
Rutherther
c830f47254
sticky: revive
2024-07-26 13:41:02 +02:00
Rutherther
e11139579e
singletagset: add v0.7 variant of the patch
...
Resolves #104 by removing reparenting call
that was probably left by rebasing issues.
Resolves #70 by removing tags for an output
that is turned off.
2024-07-26 12:50:58 +02:00
Guido Cella
474e38a5f4
update unclutter
...
Fix error: a function declaration without a prototype is deprecated in
all versions of C [-Werror,-Wstrict-prototypes]
2024-07-25 17:59:44 +02:00
Ben Collerson
acd2b3b60c
New policy says latest author should be at top
2024-07-24 15:24:21 +10:00
Ben Collerson
2e74dc1caf
singlemaster: rebase on v0.6
2024-07-18 11:18:54 +10:00
moe
efa963d24b
add mastercolumn-gaps patch to mastercolumn directory
2024-07-16 14:03:43 -04:00
choc
642b2559d5
ipc: 2024-07-16
...
replaces 2024-07-15 which had a typo
2024-07-16 19:13:03 +08:00
Guido Cella
7431893328
remove unclutter dead links
2024-07-16 12:21:45 +02:00
Guido Cella
4c5d1df47f
update unclutter
2024-07-16 10:15:37 +02:00
Ben Collerson
b7b144c0c5
warpcursor: centre on focused client
2024-07-16 11:13:20 +10:00
Ben Collerson
0303d84424
warpcursor: fix annoying menu bug, rebase on v0.6
2024-07-16 10:40:49 +10:00
SD Asif Hossein
e5f9cce3f2
Added scroll-factor patch
2024-07-15 17:19:21 +00:00
choc
413f6251ad
ipc: 2024-07-15
2024-07-15 23:56:49 +08:00
Dhruva Sambrani
5252fe728e
[skipfocus] do not unset-fullscreen
2024-07-14 15:31:42 +02:00
Dhruva Sambrani
6a40173c5b
[gaplessgrid] add widescreen fix
2024-07-14 15:19:16 +02:00
Dhruva Sambrani
658ec0c00f
update dim-unfocused
2024-07-14 14:55:26 +02:00