Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No window titlebars #14

Open
RossComputerGuy opened this issue Oct 18, 2020 · 4 comments
Open

No window titlebars #14

RossComputerGuy opened this issue Oct 18, 2020 · 4 comments

Comments

@RossComputerGuy
Copy link

Rules:

awful.rules = {
        { rule = {}, properties = { titlebars_enabled = true } }
}

Nice init:

nice{
        titlebar_font = 'DejaVuSansMono Nerd Font Mono 10'
}
@RossComputerGuy
Copy link
Author

I did awful.rules.rules instead of awful.rules and now I get this error:

2020-10-18 17:04:03 E: awesome: Error during a protected call: /usr/share/awesome/lib/wibox/hierarchy.lua:124: attempt to call a nil value (method 'weak_connect_signal')
stack traceback:
        /usr/share/awesome/lib/wibox/hierarchy.lua:124: in upvalue 'hierarchy_update'
        /usr/share/awesome/lib/wibox/hierarchy.lua:222: in function 'wibox.hierarchy.update'
        /usr/share/awesome/lib/wibox/hierarchy.lua:208: in function 'wibox.hierarchy.new'
        /usr/share/awesome/lib/wibox/drawable.lua:94: in upvalue 'do_redraw'
        /usr/share/awesome/lib/wibox/drawable.lua:390: in function </usr/share/awesome/lib/wibox/drawable.lua:388>
        [C]: in function 'xpcall'
        /usr/share/awesome/lib/gears/protected_call.lua:36: in function </usr/share/awesome/lib/gears/protected_call.lua:35>
        (...tail calls...)
        /usr/share/awesome/lib/gears/timer.lua:231: in function </usr/share/awesome/lib/gears/timer.lua:229>
2020-10-18 17:04:03 E: awesome: Error during a protected call: /usr/share/awesome/lib/wibox/hierarchy.lua:124: attempt to call a nil value (method 'weak_connect_signal')
stack traceback:
        /usr/share/awesome/lib/wibox/hierarchy.lua:124: in upvalue 'hierarchy_update'
        /usr/share/awesome/lib/wibox/hierarchy.lua:222: in function 'wibox.hierarchy.update'
        /usr/share/awesome/lib/wibox/hierarchy.lua:208: in function 'wibox.hierarchy.new'
        /usr/share/awesome/lib/wibox/drawable.lua:94: in upvalue 'do_redraw'
        /usr/share/awesome/lib/wibox/drawable.lua:390: in function </usr/share/awesome/lib/wibox/drawable.lua:388>
        [C]: in function 'xpcall'
        /usr/share/awesome/lib/gears/protected_call.lua:36: in function </usr/share/awesome/lib/gears/protected_call.lua:35>
        (...tail calls...)
        /usr/share/awesome/lib/gears/timer.lua:231: in function </usr/share/awesome/lib/gears/timer.lua:229>

@frodo4fingers
Copy link

i get blank space above my windows while those are being shifted down with awful.rules.rules. with awful.rules nothing happens at all

@mut-ex
Copy link
Owner

mut-ex commented Dec 14, 2020

@RossComputerGuy Looks like you are using the branch of nice meant for awesome-git version but are actually using awesome stable.

@frodo4fingers
Copy link

@mut-ex, you're totally right! ...it didn't cross my mind to check that beforehand what you wrote in the readme. sry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants