Giter VIP home page Giter VIP logo

missioncontrolfulldesktopbar's People

Contributors

briankendall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

saagarjha

missioncontrolfulldesktopbar's Issues

Daemon not working after restored from sleep

Bound the app with BTT with "-d -i" flags. After restoration I have to manually kill the daemon process in order for the app to work again, otherwise the app simply have no effect. Everything is fine for a BTT setup without the daemon "-d" flag.

Dock keeps crashing

After installation the dock keep crashing and relaunching every second. System integrity is off. I have this tweek on macbook and its completly fine. Than I migrated my image to mac mini and this issue appeared.

It happens also in clean user account. Logs attached.

Please fix it, if it is possible. Thanks.

Dock.txt

crash.txt

Hammerspoon alternative

Hi just want to note that you can do something similar with hammerspoon. It's also not 100% reliable because I couldn't figure out a proper way of using the timer delay function, but this seems to work 90% of the time.

-- Hyper+pageup Opens mission control with spaces visible. 
-- Still buggy, so doesn't work every time.
-- Would appreciate any help on getting sleep timers working.

hs.hotkey.bind({"ctrl", "alt", "cmd"},'pageup', function()
   local mousepoint = hs.mouse.absolutePosition()
   hs.mouse.absolutePosition({x=0,y=0})
   hs.eventtap.event.newKeyEvent('ctrl', true):post()
   hs.eventtap.event.newKeyEvent('up', true):post()
   hs.timer.usleep(30000)
   hs.mouse.absolutePosition({x=mousepoint.x,y=mousepoint.y})
   hs.eventtap.event.newKeyEvent('up', false):post()
   hs.eventtap.event.newKeyEvent('ctrl', false):post()
end)

Daemon watch for mission control being launched

Can't the daemon watch for when the mission control is launched and do it's thing, so you can just leave the daemon running all the time, and trigger the mission control whatever way you already do?

I think it would be easier than having to install better touch tools and override the way you launch mission control.

Idk if there's a reliable/performant way to detect when processes spawn without having to do polling tho.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.