change config.toml for lewftwm
This commit is contained in:
parent
b507082c2f
commit
4058921f72
1 changed files with 7 additions and 13 deletions
|
@ -1,17 +1,12 @@
|
||||||
modkey = "Mod4"
|
modkey = "Mod4"
|
||||||
mousekey = "Mod4"
|
mousekey = "Mod4"
|
||||||
workspaces = []
|
workspaces = []
|
||||||
# tags = ["1", "2", "3", "4", "5", "6","7","8"]
|
tags = ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
|
||||||
tags =[ "", "", "", "", "", ""]
|
# tags = ["", "", "", "", "", ""]
|
||||||
layouts = [
|
layouts = ["MainAndVertStack", "Monocle", "EvenVertical", "CenterMainBalanced"]
|
||||||
"MainAndVertStack",
|
|
||||||
"Monocle",
|
|
||||||
"EvenVertical",
|
|
||||||
"CenterMainBalanced",
|
|
||||||
]
|
|
||||||
layout_mode = "Workspace"
|
layout_mode = "Workspace"
|
||||||
disable_current_tag_swap = false
|
disable_current_tag_swap = false
|
||||||
focus_behaviour = "ClickTo"
|
focus_behaviour = "Sloppy"
|
||||||
focus_new_windows = true
|
focus_new_windows = true
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
|
@ -355,4 +350,3 @@ command = "Execute"
|
||||||
value = "light -U 5"
|
value = "light -U 5"
|
||||||
modifier = []
|
modifier = []
|
||||||
key = "XF86XK_MonBrightnessDown"
|
key = "XF86XK_MonBrightnessDown"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue