You are not logged in.

#1 2010-09-13 22:57:16

Aventinus
Member
From: On A Personal Voyage
Registered: 2010-09-11
Posts: 147

Borderless Desktop Terminal [SOLVED]

After the first 2 days in Arch I feel really comfortable with the enviroment. I have Openbox as a DE with tint2 and a nice set conky on my top right side of the screen.
MOD EDIT : use thumbnails. Read the forum etiquettes article on the wiki to familiarize with the rules please.

Before I enter the Arch world I remember seeing a desktop screenshot of someone who used Openbox + tint2 + conky BUT also had on his top left screen a borderless terminal exactly like conky. Only it was the terminal. smile
So is it possible to have a conky-like terminal on the screen in which you can also type commands?

Thanks!

Last edited by Aventinus (2010-09-15 10:19:44)


"Somewhere, something incredible is waiting to be known." - Carl Sagan

Offline

#2 2010-09-13 23:00:16

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Borderless Desktop Terminal [SOLVED]

edited post to remove full size image. Read the forum rules please.

and I think you might be looking for a drop down terminal. Can be done in multiple ways. Terminator does it AFAIK.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2010-09-13 23:13:56

Aventinus
Member
From: On A Personal Voyage
Registered: 2010-09-11
Posts: 147

Re: Borderless Desktop Terminal [SOLVED]

Inxsible wrote:

edited post to remove full size image. Read the forum rules please.

and I think you might be looking for a drop down terminal. Can be done in multiple ways. Terminator does it AFAIK.

Sorry for the full size image. As I said, new to the forums! smile

Actually I'm not looking for a drop down terminal. As I mentioned I look for a conky-like terminal. If it is possible...


"Somewhere, something incredible is waiting to be known." - Carl Sagan

Offline

#4 2010-09-13 23:20:23

warenoso
Member
From: Brisbane
Registered: 2010-08-06
Posts: 76

Re: Borderless Desktop Terminal [SOLVED]

yes it is possible, take a look at urxvt wiki page . If you are using openbox check rc.xml there is an option for no borders

Offline

#5 2010-09-14 01:46:04

schen
Member
Registered: 2009-06-06
Posts: 468

Re: Borderless Desktop Terminal [SOLVED]

Just set something in rc.xml, it's like window borderless or something.

Offline

#6 2010-09-15 07:50:46

athelas
Member
Registered: 2010-06-16
Posts: 53

Re: Borderless Desktop Terminal [SOLVED]

I am using urxvt. I've added this to my rc.xml:

<application name="urxvt">
        <decor>no</decor>
        <focus>yes</focus>
        <layer>below</layer>
        <desktop>all</desktop>
        <maximized>false</maximized>
    <skip_pager>yes</skip_pager>
    <skip_taskbar>no</skip_taskbar>
</application>

and this to my .Xdefaults:

URxvt*transparent:true
URxvt*font:xft:Arial Bold:pixelsize=14
URxvt*scrollBar:false
URxvt*geometry:60x40+400+100
URxvt*borderLess:true
URxvt*foreground:#424242

probably you want to check this thread: https://bbs.archlinux.org/viewtopic.php?id=45382&p=2

Last edited by athelas (2010-09-15 07:56:23)

Offline

#7 2010-09-15 08:58:35

kgas
Member
From: Qatar
Registered: 2008-11-08
Posts: 718

Re: Borderless Desktop Terminal [SOLVED]

devilspie will also do the job.

Offline

#8 2010-09-15 09:40:09

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Borderless Desktop Terminal [SOLVED]

Changed the thread title to avoid confusion.

Offline

#9 2010-09-15 10:19:22

Aventinus
Member
From: On A Personal Voyage
Registered: 2010-09-11
Posts: 147

Re: Borderless Desktop Terminal [SOLVED]

athelas wrote:

I am using urxvt. I've added this to my rc.xml:

<application name="urxvt">
        <decor>no</decor>
        <focus>yes</focus>
        <layer>below</layer>
        <desktop>all</desktop>
        <maximized>false</maximized>
    <skip_pager>yes</skip_pager>
    <skip_taskbar>no</skip_taskbar>
</application>

and this to my .Xdefaults:

URxvt*transparent:true
URxvt*font:xft:Arial Bold:pixelsize=14
URxvt*scrollBar:false
URxvt*geometry:60x40+400+100
URxvt*borderLess:true
URxvt*foreground:#424242

probably you want to check this thread: https://bbs.archlinux.org/viewtopic.php?id=45382&p=2

Athelas that was exactly what I waw looking for. It looks awsome. Thanks! big_smile
Thank you all for the responses!


"Somewhere, something incredible is waiting to be known." - Carl Sagan

Offline

#10 2011-01-06 17:16:07

Aventinus
Member
From: On A Personal Voyage
Registered: 2010-09-11
Posts: 147

Re: Borderless Desktop Terminal [SOLVED]

Hey guys I recently made the big move to KDE and I found out that the same code for urxvt doesn't produce a true transparecy like it did on openbox. Any ideas? Has anyone managed to get urxvt true transparent in KDE. I'm using the following code in Arch 64 bit.

URxvt*transparent:true
URxvt*font:xft:Arial Bold:pixelsize=11
URxvt*scrollBar:false
URxvt*geometry:80x60+0+0
URxvt*borderLess:true
URxvt*foreground:#424242

"Somewhere, something incredible is waiting to be known." - Carl Sagan

Offline

Board footer

Powered by FluxBB