Skip to content

A workaround to the linux mint 22.1 fullscreen to wrong monitor bug

Notifications You must be signed in to change notification settings

IrishBruse/mint_fullscreen_fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Mint Fullscreen bug fix

This is a workaround to a linux mint(muffin) bug here #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

Startup Applications

About

A workaround to the linux mint 22.1 fullscreen to wrong monitor bug

Topics

Resources

Stars

Watchers

Forks