aboutsummaryrefslogblamecommitdiff
path: root/dwm/chadwm/util.h
blob: 5c5da75d385fb3019c416b58a0990e48eb635069 (plain) (tree)
1
2
3
4
5
6
7
8







                                                         
/* See LICENSE file for copyright and license details. */

#define MAX(A, B)        ((A) > (B) ? (A) : (B))
#define MIN(A, B)        ((A) < (B) ? (A) : (B))
#define BETWEEN(X, A, B) ((A) <= (X) && (X) <= (B))

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
it/.config/pipewire/pipewire.conf.d/20-pipewire-pulse.conf?id=fc0a3754ee5998ab32b138a0cb3d05045686d12d&follow=1'>pipewire: add configLuca Matei Pintilie2-0/+2 2024-07-15various wayland fixesLuca Matei Pintilie3-1/+8 2024-07-14implement turnstile-style servicesLuca Matei Pintilie17-48/+94 2024-07-11dwm(bar): silence errors a bitLuca Matei Pintilie1-16/+36 2024-07-11sway: use hyprlock, swaysome, swayr and swaybarLuca Matei Pintilie1-51/+59 2024-07-11swaylock: set background imageLuca Matei Pintilie1-2/+5 2024-07-11hyprlock: add configLuca Matei Pintilie2-0/+132 2024-07-11swayrbar: add configLuca Matei Pintilie6-0/+252