Important fixes and improvements
This commit is contained in:
parent
70af7be8d0
commit
7cea6a69e6
|
@ -343,12 +343,11 @@ function end_switcher ()
|
||||||
|
|
||||||
-- Set the master window
|
-- Set the master window
|
||||||
for _, c in ipairs(client.get()) do
|
for _, c in ipairs(client.get()) do
|
||||||
awful.client.setslave(c)
|
|
||||||
c.border_width = 0
|
c.border_width = 0
|
||||||
awful.titlebar.hide(c)
|
awful.titlebar.hide(c)
|
||||||
end
|
end
|
||||||
|
|
||||||
awful.client.setmaster(client.focus)
|
client.focus:swap(awful.client.getmaster())
|
||||||
|
|
||||||
-- Disable all bars
|
-- Disable all bars
|
||||||
for s in screen do
|
for s in screen do
|
||||||
|
|
|
@ -19,7 +19,7 @@ theme.bg_urgent = "#ff0000"
|
||||||
theme.bg_minimize = "#444444"
|
theme.bg_minimize = "#444444"
|
||||||
theme.bg_systray = theme.bg_normal
|
theme.bg_systray = theme.bg_normal
|
||||||
|
|
||||||
theme.fg_normal = "#aaaaaa"
|
theme.fg_normal = "#f0f0f0"
|
||||||
theme.fg_focus = "#ffffff"
|
theme.fg_focus = "#ffffff"
|
||||||
theme.fg_urgent = "#ffffff"
|
theme.fg_urgent = "#ffffff"
|
||||||
theme.fg_minimize = "#ffffff"
|
theme.fg_minimize = "#ffffff"
|
||||||
|
|
Loading…
Reference in New Issue