You are not logged in.

#1 2007-12-17 05:00:10

SoQu
Member
Registered: 2007-11-24
Posts: 33

New Users Questions : Fluxbox [ window manager?desktop?conky?]

hi there i am new user of arch and of linux generally so forget me is these are too newbies questions..

1 any window manager ? that i can explore in my files from a window and no from terminal?
2 how can i make the files that i download with an explorer appear in my desktop?
3 how can i make some folders appear in my desktop?
4 i installed conky but i can find any ~/.conkyrc and cant find the sample file to move
5 how can i copy the code from ~/.conkyrc file on the web and paste it in terminal? yikes


Thanks you

Offline

#2 2007-12-17 05:16:10

Reasons
Member
From: Washington
Registered: 2007-11-04
Posts: 572

Re: New Users Questions : Fluxbox [ window manager?desktop?conky?]

1.  I'd get thunar.
2.  I don't think you can with fluxbox
3.  idesk I believe it's called.
4.  Here is mine, all you need is the part before text. After that just choose what you want from conkys page of variables.*
5.  Why would you paste that in a terminal?

* variables
http://conky.sourceforge.net/variables.html
* samples
http://conky.sourceforge.net/screenshots.html

Offline

#3 2007-12-17 06:01:49

SoQu
Member
Registered: 2007-11-24
Posts: 33

Re: New Users Questions : Fluxbox [ window manager?desktop?conky?]

Reasons wrote:

1.  I'd get thunar.
2.  I don't think you can with fluxbox
3.  idesk I believe it's called.
4.  Here is mine, all you need is the part before text. After that just choose what you want from conkys page of variables.*
5.  Why would you paste that in a terminal?

* variables
http://conky.sourceforge.net/variables.html
* samples
http://conky.sourceforge.net/screenshots.html

thx! big_smile
can i continue with my questions? tongue

6. how can i open in a window and not in terminal a file like .conkyrc? text/code editor?
7. any idea where i can find this wallpaper?  http://www.box-look.org/content/preview … &name=Lily
8. how can i change the color of the fonts in fluxbox xterm?

Offline

#4 2007-12-17 06:07:36

Reasons
Member
From: Washington
Registered: 2007-11-04
Posts: 572

Re: New Users Questions : Fluxbox [ window manager?desktop?conky?]

6.

pacman -S leafpad

then you can

 leafpad ~/.conkyrc

7. no idea
8. the ~/.Xdefaults file. Here is mine but I use urxvt for my terminal.

Xcursor.theme: whiteglass
Xcursor.size:  18

Xft*dpi:                96
Xft*antialias:          true
Xft*hinting:            full

URxvt.termName: rxvt
URxvt.imLocale: pl_PL.UTF-8
URxvt.scrollBar: false
URxvt.saveLines: 250
URxvt.urlLauncher:      firefox
URxvt.cursorBlink: true
URxvt.geometry: 61x23
URxvt.fading: 50%
urxvt*font:             xft:DejaVu Sans Mono:pixelsize=9
urxvt*boldFont:         xft:DejaVu Sans Mono:bold:pixelsize=10
URxvt.foreground: white
URxvt.tintColor: #262626
URxvt.borderLess: true

*foreground:     rgb:ff/ff/ff
*background:     rgb:10/10/10
!black
*color0:         rgb:20/20/20
*color8:         rgb:75/77/73
!red
*color1:         rgb:cc/00/00  
*color9:         rgb:ef/29/29
!green
*color2:         rgb:4e/9a/06
*color10:        rgb:8a/e2/34
!brown/yellow
*color3:         rgb:c4/a0/00
*color11:        rgb:fc/e9/4f
!blue
*color4:         rgb:34/65/a4
*color12:        rgb:72/9f/cf
!magenta
*color5:         rgb:75/50/7b
*color13:        rgb:ad/7f/a8
!cyan
*color6:         rgb:06/98/9a
*color14:        rgb:34/e2/e2
!white
*color7:         rgb:d3/d7/cf
*color15:        rgb:ee/ee/ec

Offline

#5 2007-12-17 06:20:26

SoQu
Member
Registered: 2007-11-24
Posts: 33

Re: New Users Questions : Fluxbox [ window manager?desktop?conky?]

Reasons wrote:

6.

pacman -S leafpad

then you can

 leafpad ~/.conkyrc

7. no idea
8. the ~/.Xdefaults file. Here is mine but I use urxvt for my terminal.

Xcursor.theme: whiteglass
Xcursor.size:  18

Xft*dpi:                96
Xft*antialias:          true
Xft*hinting:            full

URxvt.termName: rxvt
URxvt.imLocale: pl_PL.UTF-8
URxvt.scrollBar: false
URxvt.saveLines: 250
URxvt.urlLauncher:      firefox
URxvt.cursorBlink: true
URxvt.geometry: 61x23
URxvt.fading: 50%
urxvt*font:             xft:DejaVu Sans Mono:pixelsize=9
urxvt*boldFont:         xft:DejaVu Sans Mono:bold:pixelsize=10
URxvt.foreground: white
URxvt.tintColor: #262626
URxvt.borderLess: true

*foreground:     rgb:ff/ff/ff
*background:     rgb:10/10/10
!black
*color0:         rgb:20/20/20
*color8:         rgb:75/77/73
!red
*color1:         rgb:cc/00/00  
*color9:         rgb:ef/29/29
!green
*color2:         rgb:4e/9a/06
*color10:        rgb:8a/e2/34
!brown/yellow
*color3:         rgb:c4/a0/00
*color11:        rgb:fc/e9/4f
!blue
*color4:         rgb:34/65/a4
*color12:        rgb:72/9f/cf
!magenta
*color5:         rgb:75/50/7b
*color13:        rgb:ad/7f/a8
!cyan
*color6:         rgb:06/98/9a
*color14:        rgb:34/e2/e2
!white
*color7:         rgb:d3/d7/cf
*color15:        rgb:ee/ee/ec

leafpad is what i was looking for yes smile thanks! smile
no ~/.Xdefaults here :S
9. i got a wireless card with rt61 chipset.I followed  the guide at the wiki but i could run the "make install"
http://wiki.archlinux.org/index.php/RT61_Wireless

Offline

#6 2007-12-17 06:25:25

Reasons
Member
From: Washington
Registered: 2007-11-04
Posts: 572

Re: New Users Questions : Fluxbox [ window manager?desktop?conky?]

You have to make the ~/.Xdefaults file. It will be blank at first. Were you root when you ran make install? If not, do so.

EDIT - for most of this, read the fluxbox wiki.

Last edited by Reasons (2007-12-17 06:29:10)

Offline

#7 2007-12-17 07:45:43

fluxme
Member
Registered: 2007-12-05
Posts: 36

Re: New Users Questions : Fluxbox [ window manager?desktop?conky?]

http://www.deviantart.com/download/2984 … re_tar.bz2

Just use your favourite picture-editing program to move the figure onto a background.

Offline

Board footer

Powered by FluxBB