[awesome] re-enable window borders
This commit is contained in:
parent
d73695c000
commit
4675bba235
|
@ -45,9 +45,9 @@ theme.taglist_font = "IPAGothic 10"
|
|||
theme.taglist_bg_focus = theme.colors.green
|
||||
|
||||
theme.useless_gap = dpi(0)
|
||||
theme.border_width = dpi(0)
|
||||
theme.border_normal = "#000000"
|
||||
theme.border_focus = "#535d6c"
|
||||
theme.border_width = 1
|
||||
theme.border_normal = theme.colors.base3
|
||||
theme.border_focus = theme.colors.base2
|
||||
|
||||
theme.tasklist_disable_icon = true
|
||||
|
||||
|
|
Reference in a new issue