-
Copy awesomewm notifications to the clipboard
function copy_naughty() — Copy naughty notification(s) to clipboard in v4.3; API changes in — later versions should simplify. Multiple notifications are outputed — to a table, then concatenated as one string sent to xclip. local cs — “combined string” local output = {} for s in pairs(naughty.notifications) do for p in pairs(naughty.notifications[s]) do local ntfs…
-
Consortium News: High Court Allows Assange to Appeal to Supreme Court
-
Control the awesomewm system tray using only the keyboard
-
The AwesomeWM signal they don’t want you to know about!
— Replace registration popup in Sublime Text with less obtrusive reminder — Tested in Build 4126 client.connect_signal(“manage”, function(c) if c.class == “Sublime_text” and c.name == nil and c.floating then c.hidden = true local prop = “WM_TRANSIENT_FOR” — Trial popups lack this property local id = c.window local cmd = “xprop -id ” .. id ..…