Benjamin Chausse
5988158902
Merge branch 'main' into monchange
2024-08-10 18:16:06 +00:00
Benjamin Chausse
e81bafdb2c
Merge branch 'monchange' of codeberg.org:ChausseBenjamin/dwl-patches into monchange
2024-08-10 14:13:38 -04: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
A Frederick Christensen
942967d7a1
Remove deprecated patch-branch instruction
2024-08-10 12:09:02 -05:00
A Frederick Christensen
9fc674464c
Clarifications to patch README.md example
2024-08-10 11:59:44 -05: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
Benjamin Chausse
ed93c4aba8
Update patch name in README
2024-08-08 00:12:53 -04:00
Benjamin Chausse
b537912e45
Add monchange patch
2024-08-07 17:36:48 -04: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
A Frederick Christensen
ed179461db
Trim absolute URLs to relative URLs
2024-07-31 13:03:08 -05: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
A Frederick Christensen
373c8dd630
Update patch policy AND remove obligatory dwl branch for each patch
2024-07-30 20:25:57 -05: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
A Frederick Christensen
c77a42b16a
README.md - specify latest author at top of list
2024-07-23 23:42:07 -05:00
Ben Collerson
2e74dc1caf
singlemaster: rebase on v0.6
2024-07-18 11:18:54 +10:00
A Frederick Christensen
4661de23d2
Minor documentation cleanups
2024-07-16 23:45:12 -05:00
A Frederick Christensen
23b3d7bc2c
Document: patches target latest release by default
2024-07-16 23:26:54 -05:00
moe
efa963d24b
add mastercolumn-gaps patch to mastercolumn directory
2024-07-16 14:03:43 -04:00