From 4675bba2350e2a702caef6f42813aed44ab0f1d2 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 17 Feb 2019 00:43:27 +0000 Subject: [PATCH] [awesome] re-enable window borders --- home/.config/awesome/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/awesome/theme.lua b/home/.config/awesome/theme.lua index be2c596..a9cf17d 100644 --- a/home/.config/awesome/theme.lua +++ b/home/.config/awesome/theme.lua @@ -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