revised dwm config example
This commit is contained in:
parent
3513c77d77
commit
45072c62ea
1 changed files with 4 additions and 4 deletions
|
@ -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} },
|
||||
|
|
Loading…
Reference in a new issue