From ae2756452e434e225cbf88bd04d709ca0b26358e Mon Sep 17 00:00:00 2001 From: arnault Date: Sun, 15 Apr 2012 02:44:05 +0200 Subject: [PATCH] add client focus option and client toggle ignore_tag keybind in wmfsrc --- wmfsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wmfsrc b/wmfsrc index a42a9cf..0ee1607 100644 --- a/wmfsrc +++ b/wmfsrc @@ -118,6 +118,12 @@ theme = "default" key_modifier = "Super" + # Focus type: + # enter : focus follow mouse (default) + # click : click to focus + # everything-else : disable mouse focus support + focus = enter + [mouse] button = "1" func = "client_focus_click" [/mouse] [mouse] button = "1" func = "mouse_swap" [/mouse] [mouse] button = "2" func = "mouse_tab" [/mouse] @@ -256,6 +262,9 @@ # Toggle client free/tile [key] mod = {"Super"} key = "f" func = "client_toggle_free" [/key] + # Toggle client ignore_tag + [key] mod = {"Super", "Shift"} key = "f" func = "client_toggle_free" [/key] + # Launcher [key] mod = {"Super"} key = "p" func = "launcher" cmd = "exec" [/key]