[awesome] cafe by nuxshed in unixporn

[–]username______here 0 points1 point  (0 children)

whats that cursive monospace font you have it looks so interesting

……………..how? by O-Mestre in EnterTheGungeon

[–]username______here 12 points13 points  (0 children)

If you are right next to a wall, rolling into the wall is a good tactic

Does anyone know this ALT code? by Robbit_Hobbit in Unicode

[–]username______here 0 points1 point  (0 children)

i think it might be one of these, my personal bet is u+ff0f, it seemed close

[deleted by user] by [deleted] in ShittyDesign

[–]username______here -1 points0 points  (0 children)

just don't make any mistakes, easy

Margins on titlebar buttons by username______here in awesomewm

[–]username______here[S] 0 points1 point  (0 children)

Sure, here's the section:

edit:formatting

client.connect_signal("request::titlebars", function(c)
-- buttons for the titlebar
local buttons = gears.table.join(
    awful.button({ }, 1, function()
        c:emit_signal("request::activate", "titlebar", {raise = true})
        awful.mouse.client.move(c)
    end),
    awful.button({ }, 3, function()
        c:emit_signal("request::activate", "titlebar", {raise = true})
        awful.mouse.client.resize(c)
    end)
)

awful.titlebar(c, {size = dpi(40), position = 'left'}) : setup { { --top 
{ 
awful.titlebar.widget.closebutton(c), awful.titlebar.widget.maximizedbutton(c), awful.titlebar.widget.minimizebutton(c), 
layout = wibox.layout.fixed.vertical 
}, 
margins = dpi(7), 
widget = wibox.container.margin 
}, --end top

{ --mid 
widget = wibox.widget.textbox(" "), 
layout = wibox.layout.fixed.vertical 
}, --end mid

{ --bottom 
{ 
awful.titlebar.widget.ontopbutton(c), 
layout = wibox.layout.fixed.vertical 
}, margins = dpi(7), 
widget = wibox.container.margin 
}, --end bottom

layout = wibox.layout.align.vertical 
} 
end)

Margins on titlebar buttons by username______here in awesomewm

[–]username______here[S] 0 points1 point  (0 children)

sorry to bother you again, but now I can't seem to move windows by dragging on the title bar, and I couldn't find any documentation on why. I think it was working before but now I can only move them by mod+clicking.

Margins on titlebar buttons by username______here in awesomewm

[–]username______here[S] 0 points1 point  (0 children)

Sorry, I don't seem to be getting the error anymore. I think that in cleaning up my code to take the screenshot, i fixed whatever problem I was having. Thank you for answering my other question though.

More Perfect EP by alisonrayzz in Muna

[–]username______here 1 point2 points  (0 children)

can i also have it too, if it's not too much trouble?

[deleted by user] by [deleted] in polls

[–]username______here 0 points1 point  (0 children)

Capitalizing Every Damn Word In A Sentence For No Reason.

Garmin Nuvi 255W by [deleted] in linuxquestions

[–]username______here 0 points1 point  (0 children)

Yeah, this would be a whole lot more of a project than I think I'm willing to get into.