python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
AwesomeWM, vicious BTC widget does not update textbox
I am trying to create a widget which displays the current BTC price, but the displayed widget is not updated.
First i create and register the widget with
mytextwidget = {
widget = wibox.widget....
derkurvigetyrann
Votes: 0
Answers: 1
How do you make xdg-utils detect a file association for my application from a distribution package?
I am building a distribution package for xnec2c and I want .nec files to associate with xnec2c and also display the associated icon.
(This question is different than the many xdg-utils answers out the...

KJ7LNW
Votes: 0
Answers: 1
How do you remove an xdg-mime default association?
So xdgmime default foo.desktop application/x-foo will associate a mime type in ~/.local/share/applications/mimeapps.list like this:
[Default Applications]
...
application/x-foo=foo.desktop
What is th...

KJ7LNW
Votes: 0
Answers: 0
No keypress events recieved - python-xlib window manager
I am trying to write a simple tiling window manager in python using python-xlib. The problem is, i can not get keypress events to work. As you can see in my code, i have grabbed all keys with X.AnyKey...
Joël Vermeulen
Votes: 0
Answers: 0