FreddyBLtv / borderless-fullscreen

This is a simple bash script that allows you to force a windowed application into borderless fullscreen mode in Linux.
GNU General Public License v3.0
11 stars 0 forks source link

xdotool does not recognise '--borderless' option #1

Open mrmbernardi opened 1 year ago

mrmbernardi commented 1 year ago

I get the following output:

set_window: unrecognized option '--borderless'
Usage: set_window [options] [window=%1]
--name NAME  - set the window name (aka title)
--icon-name NAME - set the window name while minimized/iconified
--role ROLE - set the window's role string
--class CLASS - set the window's class
--classname CLASSNAME - set the window's classname
--overrideredirect OVERRIDE - set override_redirect.
  1 means the window manager will not manage this window.
--urgency URGENT - set the window's urgency hint.
  1 sets the urgency flag, 0 removes it.
awsms commented 1 year ago

xdotool doesn't even have --fullscreen or --borderless options. this script is a troll