https://github.com/irishbruse/mint_fullscreen_fix
A workaround to the linux mint 22 fullscreen to wrong monitor bug
https://github.com/irishbruse/mint_fullscreen_fix
linuxmint linuxmint-22 muffin
Last synced: about 2 months ago
JSON representation
A workaround to the linux mint 22 fullscreen to wrong monitor bug
- Host: GitHub
- URL: https://github.com/irishbruse/mint_fullscreen_fix
- Owner: IrishBruse
- Created: 2025-02-25T19:09:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T19:32:50.000Z (about 2 months ago)
- Last Synced: 2025-02-25T20:23:55.780Z (about 2 months ago)
- Topics: linuxmint, linuxmint-22, muffin
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Linux Mint Fullscreen bug fix
This is a workaround to a linux mint(muffin) bug here [#656](https://github.com/linuxmint/muffin/issues/656)
How it works is by intercepting the fullscreen event and forcing the fullscreen to the window your cursor is on
## Setup Guide
Dependancies
```
sudo apt install libx11-dev libxrandr-dev
```Clone the repo
`git clone https://github.com/IrishBruse/mint_fullscreen_fix.git`
Move to the folder
`cd mint_fullscreen_fix`
then build the application
`make`
to test it out you can run
`./mint_fullscreen_fix`
If it works to fix it you can the set it to run on startup using the starup application app like below
