Giter VIP home page Giter VIP logo

Comments (4)

rruhle avatar rruhle commented on May 27, 2024 1

Just discovered built-in terminal command xdotool to get full screen when launching 123

xdotool getactivewindow windowsize --sync 125% 125%

'man xdotool', and 'xdotool help' explain this tool

from 123elf.

rruhle avatar rruhle commented on May 27, 2024

To get full-screen across most terminals, good argument here for packaging distro-agnostic WmCtrl as dependency with .deb
https://askubuntu.com/questions/481517/run-script-full-screen-in-terminal

Temp fix can define Alias script in .bashrc for fullscreen, and also pass a worksheet name to Lotus 1-2-3
https://forums.linuxmint.com/viewtopic.php?t=297449

'# Temp alias script in .bashrc for multiple commands'

alias lotus() {

wmctrl -r~ -b toggle,maximized_vert,maximized_horz
'# wmctrl [options] will vary. "-r~" was my active PopOs terminal window, add,fullscreen is another option for -b, $ man wmctrl'

123 -w ~/Desktop/wksht.wk3
'# -w argument to load file specific to 123 at startup,$ man 123'
}

from 123elf.

sjuswede avatar sjuswede commented on May 27, 2024

Is this possible to do? It would make use of 123 especially on laptops a lot friendlier. I took a gander at what is available, and sadly my reverse engineering skills are not up to the task.

from 123elf.

rruhle avatar rruhle commented on May 27, 2024

My above reference to xdotool relies on the X-Window legacy of most Linux distributions, gradually being replaced by Wayland windowing system.

With a recent Gnome merge request to drop support for X11 entirely, many Linux distros could go to Wayland exclusively, breaking xdotool. A different way to automate full screen from the linux terminal will be needed.

from 123elf.

Related Issues (20)

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.