mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-09 10:42:41 +08:00
Increase size of amarena wibox activator
This makes it more forgiving when attempting to activate the wibox by flicking the mouse to the bottom of the screen
This commit is contained in:
parent
5a4257b990
commit
b625ca04d6
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ awful.screen.connect_for_each_screen(function(s)
|
|||
end
|
||||
|
||||
-- Initialize wibox activator
|
||||
s.mywibox_activator = wibox({ screen = s, width = beautiful.wibar_width, height = 1, bg = "#00000000", visible = true, ontop = false})
|
||||
s.mywibox_activator = wibox({ screen = s, width = beautiful.wibar_width + dpi(250), height = 1, bg = "#00000000", visible = true, ontop = false})
|
||||
awful.placement.bottom(s.mywibox_activator)
|
||||
s.mywibox_activator:connect_signal("mouse::enter", function()
|
||||
s.mywibox.visible = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue