mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
setborderpx correction
This commit is contained in:
parent
6a683c729e
commit
92a63debe5
@ -463,8 +463,8 @@ static Signal signals[] = {
|
||||
#if STICKY_PATCH
|
||||
{ "togglesticky", togglesticky },
|
||||
#endif // STICKY_PATCH
|
||||
{ "setborderpx", setborderpx },
|
||||
#if SETBORDERPX_PATCH
|
||||
{ "setborderpx", setborderpx },
|
||||
#endif // SETBORDERPX_PATCH
|
||||
#if CYCLELAYOUTS_PATCH
|
||||
{ "cyclelayout", cyclelayout },
|
||||
|
Loading…
Reference in New Issue
Block a user