diff options
author | Joe <rbo@gmx.us> | 2025-02-28 21:47:48 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-02-28 21:47:48 +0100 |
commit | 453e8e32968bd38b4f255badaef000f3e6baa20a (patch) | |
tree | a12eb8fe0dc6fdf2ce1276585f54197ad38a8af8 /config.def.h | |
parent | underlined (diff) | |
download | dwl-453e8e32968bd38b4f255badaef000f3e6baa20a.tar.gz dwl-453e8e32968bd38b4f255badaef000f3e6baa20a.tar.bz2 dwl-453e8e32968bd38b4f255badaef000f3e6baa20a.tar.xz dwl-453e8e32968bd38b4f255badaef000f3e6baa20a.tar.zst dwl-453e8e32968bd38b4f255badaef000f3e6baa20a.zip |
underlined2
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index fad8785..d69aa87 100644 --- a/config.def.h +++ b/config.def.h @@ -216,7 +216,6 @@ static const Key keys[] = { static const Button buttons[] = { { ClkLtSymbol, 0, BTN_LEFT, setlayout, {.v = &layouts[0]} }, { ClkLtSymbol, 0, BTN_RIGHT, setlayout, {.v = &layouts[2]} }, - { ClkTitle, 0, BTN_MIDDLE, zoom, {0} }, { ClkStatus, 0, BTN_MIDDLE, spawn, {.v = termcmd} }, { ClkClient, MODKEY, BTN_LEFT, moveresize, {.ui = CurMove} }, { ClkClient, MODKEY, BTN_MIDDLE, togglefloating, {0} }, |