Page 1 of 3 123 LastLast
Results 1 to 10 of 30

Thread: Terminator - the cool terminal

  1. #1
    Join Date
    Dec 2005
    Location
    What a weird trip.....
    Beans
    4,676
    Distro
    Ubuntu 12.04 Precise Pangolin

    Cool Terminator - the cool terminal

    Do lots of terminal work or want a cool terminal that is easy to set up and amaze your friends?

    Terminator is your answer.

    Not only a tabbed terminal but the cool feature is that is can be split horizontally and vertically, or both, or split with tabs.

    Check out the pics and set up config files:

    installed from ppa to get the newest version:

    https://launchpad.net/~gnome-terminator/+archive/ppa

    Set up the config files in

    ~/.config/terminator/config

    if you don't have a terminator folder in .config then just add it and then open up the terminator folder and create an empty document and name it config.

    Add these lines:

    Code:
    background_type = transparent
    
    background_darkness = 0.74
    
    enable_real_transparency = true
    
    scrollbar_position = disabled
    save the file

    now make a launcher with these settings in the Command area of the launcher properties:

    Code:
    terminator -b -n --geometry 720x450+300+150
    This will give you a transparent terminal that launches in the middle of your screen without window borders or a scroll bar.

    If you need to move Terminator, since you have no window borders to grab, just Alt+left click grab the terminal and move it wherever you want.

    to close, either right click and select "Exit" or simply type exit in the terminal itself and hit Enter.

    Have fun


    Attached Images Attached Images
    Last edited by steveneddy; January 30th, 2010 at 07:12 AM.
    If at first you don't succeed - just buy the company and tell them to make the one you want.

  2. #2
    Join Date
    Feb 2009
    Location
    Kennesaw, Georgia
    Beans
    122
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Termintor - the cool terminal

    I was introduced to terminator when I started using Crunchbang, and I have loved it ever since.

  3. #3
    Join Date
    Apr 2008
    Location
    RiceMonsterland, Canada
    Beans
    Hidden!

    Re: Terminator - the cool terminal

    It's cool; I like the concept. However, every time I tried to use it, it would flicker when I hit backspace. I'll probably try it again and see if it's still doing it.
    Code:
    while true; do echo -n "RiceMonster "; done
    Best thread ever

  4. #4
    Join Date
    Apr 2009
    Location
    Michigan
    Beans
    249
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Terminator - the cool terminal

    That's nifty, but I actually prefer the maximize option instead of a mini-terminal in the middle of the screen. However, I'd never heard of Terminator before. I'll give it a try over the next few weeks. Terminator's got a pretty sweet concept and I'm sure I'll find a use for it.
    My Laptop: Gateway T-6330u, 2.0 GHz Pentium Dual-Core, 3 GB RAM, 250 GB HDD - Ubuntu 14.04
    My Desktop: Lenovo IdeaCentre K450, 3.2 GHz Core i5, 8 GB RAM, 2.5 TB HDD - Windows 8.1, Ubuntu 14.04 in VM

  5. #5
    Join Date
    Jul 2007
    Location
    Luleå, Sweden
    Beans
    572
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Terminator - the cool terminal

    Looks somewhat neat, but I prefer Guake.

  6. #6
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Terminator - the cool terminal

    Quote Originally Posted by RiceMonster View Post
    It's cool; I like the concept. However, every time I tried to use it, it would flicker when I hit backspace. I'll probably try it again and see if it's still doing it.
    You have to edit ~/.config/terminator/config
    and add
    Code:
    audible_bell = true
    visible_bell = false
    Then it will beep instead of flash. Or you could set both to false so it wont beep or flash.

    The only thing I can't figure out in terminator is how to get the delete key to act like a delete key. When I hit delete, it is interpreted as a backspace.

  7. #7
    Join Date
    Oct 2005
    Beans
    80

    Re: Terminator - the cool terminal

    Wow thank you, I like the tab feature!

    Can I change the color of the active tab?

  8. #8
    Join Date
    Apr 2006
    Location
    England
    Beans
    408
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Terminator - the cool terminal

    Quote Originally Posted by Nevon View Post
    Looks somewhat neat, but I prefer Guake.
    Similar here, but my preference is for Yakuake.



    Being able to press F12 and see a translucent terminal literally drop down from the top of the screen is about as cool as a terminal can be in my opinion.

  9. #9
    Join Date
    Mar 2009
    Location
    Ukraine
    Beans
    42

    Re: Terminator - the cool terminal

    GNU Screen + Xfce4-terminal > all

  10. #10
    Join Date
    Apr 2008
    Location
    RiceMonsterland, Canada
    Beans
    Hidden!

    Re: Terminator - the cool terminal

    Quote Originally Posted by mobilediesel View Post
    You have to edit ~/.config/terminator/config
    and add
    Code:
    audible_bell = true
    visible_bell = false
    Then it will beep instead of flash. Or you could set both to false so it wont beep or flash.

    The only thing I can't figure out in terminator is how to get the delete key to act like a delete key. When I hit delete, it is interpreted as a backspace.
    Thanks, that worked.
    Code:
    while true; do echo -n "RiceMonster "; done
    Best thread ever

Page 1 of 3 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •