Author Topic: [solved] e17 remove terminal titlebar/borders  (Read 1280 times)

Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
[solved] e17 remove terminal titlebar/borders
« on: January 09, 2011, 03:58:28 PM »
how do i remove the window title bar, borders, etc?  i have done it in gnome, is it possible in e17?
« Last Edit: January 09, 2011, 09:57:14 PM by peterhodges »

Offline smurfslover

  • Hero Member
  • *****
  • Posts: 811
Re: e17 remove terminal titlebar/borders
« Reply #1 on: January 09, 2011, 08:51:14 PM »
Click the icon in the upper left corner of the window or right-click the title bar to access the window menu.
Choose More/Border/Select border style, select style borderless or style pixel (pixel looks best) and check the box to remember the applications setting.
To access the window meny from an application without borders press Ctrl + Alt +W
Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.

Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
Re: e17 remove terminal titlebar/borders
« Reply #2 on: January 09, 2011, 09:56:40 PM »
hey thanks!

i also found in the same place, hide scroll bar and hide tab bar. now, is there a way to make the cursor blink?  ;)

i've got conky, mdp, ncmpcpp all configured and the desktop looks sharp.  now i will try to get all of that to autostart.  thanks for the help people!

Offline smurfslover

  • Hero Member
  • *****
  • Posts: 811
Re: [solved] e17 remove terminal titlebar/borders
« Reply #3 on: January 09, 2011, 10:10:23 PM »
To add stuff to autostart: Settings panel/applications/autostart applications

For custom commands use the new application entry, it'll make a .desktop file stored in ~/.local/share/applications/
Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.

Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
Re: [solved] e17 remove terminal titlebar/borders
« Reply #4 on: January 09, 2011, 11:15:50 PM »
i have had no luck with autostart.  i got terminal to start by simply adding it to the autostart list in the configuration module

for some reason none of the scripts are working.  this is what i try:

in vi editor type

#!/bin/bash
mpd

 save as ./mpdlaunch.sh.  then right click on file, properties, and set to executable.  i have done this before with success, but nothing is happening now.  here is the one i made that worked before, but does nothing now:

#!/bin/bash
killall conky
conky

this should be simple.  what is up??

if i move them to the desktop they work??  but i do not want them on the desktop.  also, can i have the script run them in Konsole?

« Last Edit: January 09, 2011, 11:36:50 PM by peterhodges »

Offline smurfslover

  • Hero Member
  • *****
  • Posts: 811
Re: [solved] e17 remove terminal titlebar/borders
« Reply #5 on: January 10, 2011, 09:13:13 AM »
You have to make a .desktop file for your command in ~/.local/share/applications/ (for one user) or in /usr/share/applications/ (all users) in order to add it to autostart. Never tried to excecute a bash script from a .desktop file but guess it should work.
Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.

Offline peterhodges

  • Jr. Member
  • **
  • Posts: 39
Re: [solved] e17 remove terminal titlebar/borders
« Reply #6 on: January 10, 2011, 12:40:36 PM »
hey smurfslover i think that does the trick...i did one for conky and it fired right up.  this and the changing paths had me quitting in frustration last night!

 i really appreciate the tip.   ;D