default config: start i3-config-wizard
This commit is contained in:
parent
3e3c6f85a1
commit
7bb9949e23
11
i3.config
11
i3.config
|
@ -144,3 +144,14 @@ mode "resize" {
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym Mod1+r mode "resize"
|
bindsym Mod1+r mode "resize"
|
||||||
|
|
||||||
|
#######################################################################
|
||||||
|
# automatically start i3-config-wizard to offer the user to create a
|
||||||
|
# keysym-based config which used his favorite modifier (alt or windows)
|
||||||
|
#
|
||||||
|
# i3-config-wizard will not launch if there already is a config file
|
||||||
|
# in ~/.i3/config.
|
||||||
|
#
|
||||||
|
# Please remove the following exec line:
|
||||||
|
#######################################################################
|
||||||
|
exec i3-config-wizard
|
||||||
|
|
Loading…
Reference in New Issue