Giter Site home page Giter Site logo

clever-dock's People

Contributors

decstarg 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

clever-dock's Issues

Autohide bug

When you uncheck autohide, the dock hides and won't come back unless you end the process and re-open it.

Clever Dock Is not Working in Windows 10/11

Hi Guys,

Today i Was About to Try Clever Dock But I Am Facing Some Problems When Opening The Project On Visual Studio 2022 It Shows A Couple Of Errors And When i try to open the exe taskbar is hiding yeah that is normal but the clever dock doesn't even loaded and it disappears Then I Am Trying the old versions and new nothing changes still the same i found in the readme.md the solution that i have to try to download .net framework 4.5 i downloaded it but trying to open it and installing it says it's already based in windows 10 and i have higher .net framework yeah i have already 6.0 so can someone help me

Greetings,

Create a settings window

Settings window should have the following sections

  • General Settings
    • Dock placement
    • Behavior
  • Themes
  • About
    • Link to GitHub
    • Updates

Limit the application to a single process

You should use a Mutex to limit the application to a single process.
If 2 clever-docks are running, things get buggy.

bool instanceResult;
var mutex = new System.Threading.Mutex(true, "uniqueName", out instanceResult);
if (!instanceResult)
    // Close app.

Please add a license for this project

Summary

Please add a license for the project.

Details

I would like to work on a fork based on this software (or work on this project). No license being specified in the project theoretically does not allow anyone except the author to do modifications, forks etc. Without a license this project is read-only at best.

Suggestion

I would suggest a permissive license like MIT or Apache, of course this is up to the owner of this repository/work.

App Notification Focus

Please add some sort of notification to running apps that an unread notification is present. The app icon bounces but then you have no clear indication. The stock windows behaviour is to highlight the box around the app icon until you click on it. Some sort of feature like this would be greatly appreciated.

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.