xmonad/xmonad

Unable to properly fullscreen Old School Runescape client

twiclo opened this issue · 2 comments

Problem Description

There is a custom OSRS client that fullscreens on cinnamon but not on xmonad. Even when ewmhFullscreen enabled

Steps to Reproduce

  1. Download client: https://vidyascape.org/downloads
  2. java -jar vidyascape.jar
  3. Create an email free account
  4. Click gear in bottom right corner and hit fullscreen button

Configuration File

module Main (main) where

import XMonad
import XMonad.Hooks.EwmhDesktops

main :: IO ()
main = xmonad $ defaults
  & ewmhFullscreen

Checklist

  • I've read CONTRIBUTING.md

  • I tested my configuration

    • With xmonad version 0.17.0
    • With xmonad-contrib version XXX (commit XXX if using git)

Just tried it out by setting the env variable that this sets and it works perfectly. Thank you.