Code Monkey home page Code Monkey logo

multi-screen-profile-switcher's Introduction

Multi-Screen Profile Switcher

This is a portable tray application for Windows that allows users to save, remove, and switch between multiple screen profiles with a single click. Each profile includes settings for resolution, position, orientation, and refresh rate, making it an essential tool for anyone who uses multi-monitor setups.

Features

  • Portable Application: No installation necessary.
  • Save Screen Profiles: Easily save the current configuration of your screens as a profile.
  • Remove Screen Profiles: Delete profiles that are no longer needed.
  • Switch Profiles with One Click: Seamlessly switch between saved profiles directly from the tray.
  • Auto Open on Startup: Option to automatically start the application when Windows boots up.
  • Multiple Screen Attributes: Manage settings including resolution, position, orientation, and refresh rate.

Note: The current version of the application does not support changing the "scale" settings for screens due to limitations in the Windows API.

Prerequisites

Before running this application, please ensure you have the following:

  • A Windows operating system with .NET Framework installed.

Usage

To use the application:

  1. Starting the Application: Simply double-click the executable to run. If you want the application to open at startup, enable the 'Auto Open at Startup' option within the app settings.

  2. Creating a Profile: Adjust your screen settings as desired, right-click the tray icon, and select 'Save Current Profile'. Give your profile a name, and it's ready to use.

  3. Switching Profiles: Right-click the tray icon, navigate to 'Load Profiles' and select one of the saved profiles to apply those settings immediately.

  4. Removing a Profile: Right-click the tray icon, navigate to 'Remove Profiles', and select the profile you wish to delete.

  5. Reset to Default: Double-click the tray icon, the profile would be switch as the program just started.

Download

You can download the latest version of the application from the Releases page.

Contributing

Contributions are welcome! If you have a bug to report or a feature to suggest, please open an issue in this repository.

License

This project is licensed under the MIT License.

Acknowledgments

Newtonsoft.Json ChatGPT

multi-screen-profile-switcher's People

Contributors

hocti avatar

Stargazers

 avatar

Watchers

 avatar

multi-screen-profile-switcher's Issues

Saved profile not loading

After saving diferent profiles, trying to load any of them does nothing. Tray icon menu simply doesnt reflect the new profile loaded.
Tried running as admin and rebooting after install with the same results.

Here is my config:

{
"default": [
{
"name": "\\.\DISPLAY1",
"x": 0,
"y": 0,
"width": 1920,
"height": 1080,
"rotate": 0,
"hz": 60
}
],
"Trabajo 1 Pantalla": [
{
"name": "\\.\DISPLAY2",
"x": 0,
"y": 0,
"width": 1920,
"height": 1080,
"rotate": 0,
"hz": 144
}
],
"Simulador": [
{
"name": "\\.\DISPLAY3",
"x": 982,
"y": 1440,
"width": 1366,
"height": 768,
"rotate": 0,
"hz": 59
},
{
"name": "\\.\DISPLAY1",
"x": 0,
"y": 0,
"width": 3440,
"height": 1440,
"rotate": 0,
"hz": 240
}
],
"Simulador + Vertical": [
{
"name": "\\.\DISPLAY3",
"x": 982,
"y": 1440,
"width": 1366,
"height": 768,
"rotate": 0,
"hz": 59
},
{
"name": "\\.\DISPLAY1",
"x": 0,
"y": 0,
"width": 3440,
"height": 1440,
"rotate": 0,
"hz": 240
},
{
"name": "\\.\DISPLAY2",
"x": 3440,
"y": -344,
"width": 1080,
"height": 1920,
"rotate": 1,
"hz": 60
}
],
"Gaming": [
{
"name": "\\.\DISPLAY1",
"x": 0,
"y": 0,
"width": 3440,
"height": 1440,
"rotate": 0,
"hz": 240
}
]
}

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.