summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-02 12:47:45 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-02 12:47:45 +0100
commitc5360d2f89ea2d0c4fddec06a18feaa6c7d16c30 (patch)
tree128bb0d3c047e74d8bb3cc599406dfc4a7e3b5d7
parentc8f4dea78b56bea7f8c0419a7cf04cfca3e252cc (diff)
fix ifdef
-rwxr-xr-xconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3b02850..74b8594 100755
--- a/config.h
+++ b/config.h
@@ -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") },