WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: gui- How to remove window decorations?  (Read 3097 times)

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 749
gui- How to remove window decorations?
« on: October 30, 2020, 02:51:45 AM »
hello,

is there a way to escape to the prompt from the gui of tcl64?

when selecting "exit to prompt"  from the exit menu, nothing happens.

when i press "control alt backspace" nothing happens.


my main question is how does one remove the surrounding window borders from app windows...?.....( title bar are and the max min buttons etc? .....remove them from app windows)

i expect you install a wm to do  such removal? (fluxbox?).....well i have installed that wm but how do i get it to start-up from the normal tcl64 gui ......?



thx
v

« Last Edit: October 30, 2020, 02:55:05 AM by vinceASPECT »

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: gui- How to remove window decorations?
« Reply #1 on: October 30, 2020, 03:34:16 AM »
Hi, vinceASPECT!

In case You got into trouble trapped inside X, try Ctrl-Alt-Backspace, seems this terminate X unconditionally.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: gui- How to remove window decorations?
« Reply #2 on: October 30, 2020, 03:42:13 AM »
..or <ctrl-alt-f2> then "sudo killall Xorg"

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: gui- How to remove window decorations?
« Reply #3 on: October 30, 2020, 03:56:21 AM »
I experienced Exit, ignoring any commands, when I tried to run X being non-tc user without passwordless sudo. In this situation You can perform dummy sudo, for example
Code: [Select]
sudo whoami during which You will enter the password, and then perform task required, for example
Code: [Select]
exittc I mean doing all this in terminal window.

Have a nice Core!

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: gui- How to remove window decorations?
« Reply #4 on: October 30, 2020, 04:02:51 AM »
As the kind of joke in order to have borderless windows You can
Code: [Select]
kill $WM_PIDYou'll got beautiful undecorated windows, but You will loose any possibility to switch between them, move or resize, only one working window and Ctrl-Alt-Backspace ahead :-) or starting the new instance of window manager, possibly the better one :-)

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: gui- How to remove window decorations?
« Reply #5 on: October 30, 2020, 04:35:57 AM »
If you want a borderless environment, you can always try wmfs2.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: gui- How to remove window decorations?
« Reply #6 on: October 30, 2020, 09:36:46 AM »
Hi vinceASPECT
... when selecting "exit to prompt"  from the exit menu, nothing happens. ...
After selecting  "exit to prompt"  did you remember to click the  OK  button?

Quote
... i expect you install a wm to do  such removal? (fluxbox?).....well i have installed that wm but how do i get it to start-up from the normal tcl64 gui ......?
A little Googling suggests  openbox  is capable of doing it. It's available in the 64 bit repo:
http://tinycorelinux.net/11.x/x86_64/tcz/openbox.tcz.info

Single click the  Apps  icon.

When it comes up, click  Apps->Maintenance->OnBoot Maintenance.

In the right panel, select  fluxbox  and click the  Delete Item from list  button. Do the same for flwm, flwm_topside, and
any other window managers you may have listed there.

Then:
Code: [Select]
Ctrl-Alt-F1
sudo killall Xvesa
sudo killall Xorg
tce-load -wi openbox-config
startx

This thread provides several ways to undecorate/redecorate windows in openbox:
https://askubuntu.com/questions/453953/how-to-redecorate-windows
« Last Edit: October 30, 2020, 09:47:03 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: gui- How to remove window decorations?
« Reply #7 on: October 30, 2020, 09:55:22 AM »
Hi Juanito
..or <ctrl-alt-f2> then "sudo killall Xorg"
That should be  <ctrl-alt-f1>

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 749
Re: gui- How to remove window decorations?
« Reply #8 on: October 30, 2020, 01:03:16 PM »
hello forum,

thankyou very much for all your support an replies on this topic.

it seems that this relatively modern laptop here may have some slight gremlins
in it's bios and hardware initialisations.

There are some keys that simply don't work.
(the left shift  key) (print screen system req key no longer works).......also it always boots with numlock enabled (light on)......while the  bios specifically instructs the initialisation(s) to *not* enable numlock on boot.

i have tried usb keyboards and it's slightly different.

this laptop has always inferred that it has some bios issues regarding power settings and other issues.

So tcl things such as "exit's to prompt" and other things that don't work could be linked to bios issues with this machine.

true Rich....i could google things on this laptop model etc.

i will continue with the "wm" ideas which the forum has mentioned.

many thanks

v



Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 749
Re: gui- How to remove window decorations?
« Reply #9 on: October 31, 2020, 01:18:29 PM »
this thread solution works great.  (openbox window manager)

thanks for the forum support....indeed

V