From 916633ca48857d57936b178e57794f7b45e70137 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 28 Mar 2022 00:24:45 -0600 Subject: Add Brave to list of browsers to intercept keystrokes. Add mouse bindingns for dragging and resizing. button13+LeftMouse = Drag button13+RightMouse = Resize button13+button13 = retile --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 19050ab..379131c 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -36,7 +36,7 @@ main = do (=<<) X.xmonad $ applyKeys $ ewmh $ docks $ windowHooks (composeAll [ - className =? "Google-chrome" --> composeAll [ + (className =? "Google-chrome" <||> className =? "Brave-browser") --> composeAll [ -- The geniuses that made chrome decided that Ctrl+W should kill -- the current tab! This makes it consistent with the rest of the -- world ... ctrl+w deletes the last word (ctrl+backspace). -- cgit