Important fixes and improvements

This commit is contained in:
Daan Vanoverloop 2019-08-28 17:33:12 +02:00
parent 70af7be8d0
commit 7cea6a69e6
2 changed files with 2 additions and 3 deletions

View File

@ -343,12 +343,11 @@ function end_switcher ()
-- Set the master window
for _, c in ipairs(client.get()) do
awful.client.setslave(c)
c.border_width = 0
awful.titlebar.hide(c)
end
awful.client.setmaster(client.focus)
client.focus:swap(awful.client.getmaster())
-- Disable all bars
for s in screen do

View File

@ -19,7 +19,7 @@ theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
theme.bg_systray = theme.bg_normal
theme.fg_normal = "#aaaaaa"
theme.fg_normal = "#f0f0f0"
theme.fg_focus = "#ffffff"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = "#ffffff"