blahsd / supernerd.widget

Extensible, customisable, menubar replacement Ubersicht widget.
MIT License
85 stars 10 forks source link

Shows up, but not clickable #20

Closed CobreDev closed 6 years ago

CobreDev commented 6 years ago

I finally got it to work (sort of) but I cant click on anything.

blahsd commented 6 years ago

Great! The thing about clicking is that Ubersicht sits behind your rendered desktop. Unfortunately I have no control over this. If you want to enable seamless interaction with supernerd, there instructions in the readme, I'll copy them here:

Lucky for you, in order to use all of the interactive shit, you must renounce interacting with your desktop icons. I know, I know. But since using your desktop like a 'put shit here' folder is not a good idea, this might actually help you. Do so: defaults write com.apple.finder CreateDesktop -bool FALSE;killall Finder

When you're ready to revert back to your barbarian-like usage of your desktop/dumpster, do this: defaults delete com.apple.finder CreateDesktop;killall Finder

If you'd rather not do that, everything will be clickable only when you are holding down your selected Ubersicht modifier key. I think the predefined key is fn, but you can change that in the Ubersicht preference panel

CobreDev commented 6 years ago

Ok thanks

Sent from my iPhone

On Mar 14, 2018, at 15:21, blahsd notifications@github.com wrote:

Closed #20.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.