diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-02 12:47:45 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-02 12:47:45 +0100 |
| commit | c5360d2f89ea2d0c4fddec06a18feaa6c7d16c30 (patch) | |
| tree | 128bb0d3c047e74d8bb3cc599406dfc4a7e3b5d7 /config.h | |
| parent | c8f4dea78b56bea7f8c0419a7cf04cfca3e252cc (diff) | |
fix ifdef
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -120,7 +120,9 @@ static const Key keys[] = { { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("amixer sset Master 5%-") }, { 0, XF86XK_AudioMute, spawn, SHCMD("amixer sset Master toggle") }, { Mod1Mask, XK_t, spawn, SHCMD(TERMINAL" -c stfloat -e watch -n 1 transmission-remote -l") }, -#else +#endif + +#ifdef __OpenBSD__ { Mod1Mask, XK_t, spawn, SHCMD(TERMINAL" -c stfloat -e gnuwatch -n 1 transmission-remote -l") }, #endif { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("xbacklight -inc 10") }, |
