This website requires JavaScript.
Explore
Help
Register
Sign In
osama
/
dwm
Watch
1
Star
0
Fork
0
You've already forked dwm
mirror of
https://github.com/mintycube/dwm.git
synced
2024-10-22 14:05:45 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
96820b2d51
dwm
/
patch
/
bar_dwmblocks.h
4 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
Upgraded the dwmblocks patch for statuscmd which changes the signalling mechanism from SIGUSR1 to SIGRTMIN which is likely to cause issues for those that already have a working setup. A compatibility option has been added which changes this back to SIGUSR1. Note that configuration was also changed. This was ref. reported issue #114.
2021-04-14 10:42:52 +02:00
static
int
getstatusbarpid
(
)
;
sed source files to end with 1 new line
2021-06-14 07:16:17 +02:00
static
void
sigstatusbar
(
const
Arg
*
arg
)
;
Reference in New Issue
Copy Permalink