Tiny Core Linux
Tiny Core Extensions => TCE Tips & Tricks => Topic started by: mocore on November 08, 2013, 01:18:07 PM
-
hi i have revisited (http://forum.tinycorelinux.net/index.php/topic,12371.msg73392.html#msg73392) 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
+
URxvt.transparent:true
URxvt.scrollBar:false
URxvt.borderLess:true
URxvt.cursorColor:white
URxvt.foreground:white
URxvt*scrollstyle: plain
URxvt*thickness: 6
URxvt*scrollColor: #454545
~/.config/openbox/rc.xml
+ ( after / within '<applications>' tag )
<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>
~/.setbackground
+
# Urxvt Terminal on Desktop
urxvt &
eg
http://i.imgur.com/3nvh6Ri.png
-
Maybe you find these useful too:
URxvt*scrollstyle: plain
URxvt*thickness: 6
URxvt*scrollColor: #454545
-
The same can be done with Fluxbox:
By adding the following to ~/.fluxbox/apps
[app] (name=aterm-desktop) (class=XTerm)
[IconHidden] {yes}
[Sticky] {yes}
[Layer] {12}
[end]
Then start aterm like this
aterm -name aterm-desktop -geometry 80x50+0+114 -bl +sr -tr -trsb -sh 80 &
-
thanks!
the slimmer scroll URxvt* scrollstyle thickness scrollColor settings look better
with fluxbox
uncommenting 'background: none' disables fluxbox / lastwallpaper eg
~/.fluxbox/overlay
! The following line will prevent styles from setting the background.
background: none