Tiny Core Extensions > TCE Tips & Tricks
'Embedded' Desktop background Terminal - {open,flux,..}box
(1/1)
mocore:
hi i have revisited some available 'desktop terminal' options
and found the step's from
https://pickboy87.wordpress.com/2010/03/11/embedded-terminal-on-desktop/
simple to follow / modify
to work with tc & openbox
this is what changed
~/.Xdefaults
+
--- Quote ---URxvt.transparent:true
URxvt.scrollBar:false
URxvt.borderLess:true
URxvt.cursorColor:white
URxvt.foreground:white
URxvt*scrollstyle: plain
URxvt*thickness: 6
URxvt*scrollColor: #454545
--- End quote ---
~/.config/openbox/rc.xml
+ ( after / within '<applications>' tag )
--- Quote ---<application name="urxvt">
<decor>no</decor>
<focus>yes</focus>
<position>
<x>20</x>
<y>20</y>
</position>
<layer>below</layer>
<desktop>all</desktop>
<skip_taskbar>yes</skip_taskbar>
</application>
--- End quote ---
~/.setbackground
+
--- Quote ---# Urxvt Terminal on Desktop
urxvt &
--- End quote ---
eg
http://i.imgur.com/3nvh6Ri.png
Misalf:
Maybe you find these useful too:
--- Code: ---URxvt*scrollstyle: plain
URxvt*thickness: 6
URxvt*scrollColor: #454545
--- End code ---
Misalf:
The same can be done with Fluxbox:
By adding the following to ~/.fluxbox/apps
--- Code: ---[app] (name=aterm-desktop) (class=XTerm)
[IconHidden] {yes}
[Sticky] {yes}
[Layer] {12}
[end]
--- End code ---
Then start aterm like this
--- Code: ---aterm -name aterm-desktop -geometry 80x50+0+114 -bl +sr -tr -trsb -sh 80 &
--- End code ---
mocore:
thanks!
the slimmer scroll URxvt* scrollstyle thickness scrollColor settings look better
with fluxbox
uncommenting 'background: none' disables fluxbox / lastwallpaper eg
~/.fluxbox/overlay
--- Code: ---! The following line will prevent styles from setting the background.
background: none
--- End code ---
Navigation
[0] Message Index
Go to full version