From a78bbf9926d9bbca647d6cbd60c7e7eb69585d55 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Mon, 13 May 2024 19:37:32 -0600 Subject: [PATCH] added mouse back and forth button support --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 93428fc..ef11cbb 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -186,6 +186,8 @@ mode "resize" { bindsym $mod+r mode "resize" bindsym $mod+Escape workspace back_and_forth +bindsym --whole-window button9 workspace next_on_output +bindsym --whole-window button8 workspace prev_on_output # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available)