From 230d264caa1034d1bd573a01cec9b77823cb8e34 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 27 Jan 2023 13:15:32 +0100 Subject: [PATCH] mouse --- mouse.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mouse.h b/mouse.h index ab2b969..c651e32 100644 --- a/mouse.h +++ b/mouse.h @@ -38,6 +38,8 @@ static const Button buttons[] = { { clickstatusbar, 0, Button3, spawn, {.v = clickstatus } }, { clicktitle, 0, Button3, spawn, cmd( "speedwm-utils" ) }, { clicktitle, 0, Button1, togglewin, {0} }, + { clicktitle, 0, Button4, inplacerotate, {.i = +2} }, + { clicktitle, 0, Button5, inplacerotate, {.i = -2} }, { clickroot, 0, Button3, spawn, cmd( "j4-dmenu-desktop --term=st --dmenu='spmenu -l 20 -p Open:'" ) }, { clicktags, 0, Button1, view, {0} }, { clicktags, 0, Button4, viewtoleft, {0} },