revised dwm config example

This commit is contained in:
joten 2016-04-08 22:44:38 +02:00
parent 3513c77d77
commit 45072c62ea

View file

@ -2,8 +2,8 @@
; @version 9.0.0
; Sample config file with most of the default dwm config
; Comment: the mod key here uses 'windows' key - the default dwm uses mod1:
; which is the 'Alt' key.
; Comment: This configuration uses the 'Windows' key as MODKEY, whereas the
; default configuration of dwm uses mod1, i. e. the 'Alt' key.
Config_fontColor_#1=Gray;White;Gray;White;Gray;White;White;Black;808080
;{ MODKEY, XK_p, spawn, {.v = dmenucmd } },
@ -21,9 +21,9 @@ Config_hotkey=#i::View_shuffleWindow(0, +1)
;{ MODKEY, XK_d, incnmaster, {.i = -1 } },
Config_hotkey=#d::View_shuffleWindow(0, -1)
;{ MODKEY, XK_h, setmfact, {.f = -0.05} },
Config_hotkey=#h::View_setLayoutProperty("MFactor", 0, -0.05)
Config_hotkey=#h::View_setLayoutProperty(MFactor, 0, -0.05)
;{ MODKEY, XK_l, setmfact, {.f = +0.05} },
Config_hotkey=#l::View_setLayoutProperty("MFactor", 0, +0.05)
Config_hotkey=#l::View_setLayoutProperty(MFactor, 0, +0.05)
;{ MODKEY, XK_Return, zoom, {0} },
Config_hotkey=#Enter::Manager_maximizeWindow()
;{ MODKEY, XK_Tab, view, {0} },