Difference between pages "Package:Urxvt" and "Welcome"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{Ebuild
<div class="container"><div class="row"><div class="col-xs-12 col-md-8 col-lg-8">
|Summary=rxvt clone with xft and unicode support
{{Slideshow}}
|PkgCat=x11-terms/rxvt-unicode
Want to submit a screenshot? [http://forums.funtoo.org/index.php?/topic/180-screenshots/ See here.]
|Homepage=http://software.schmorp.de/pkg/rxvt-unicode.html
</div><div class="col-xs-12 col-md-4 col-lg-4">
}}
'''Funtoo Linux''' is a Linux-based operating system that is a variant of [http://www.gentoo.org Gentoo Linux]. Funtoo Linux is:
* ...'''fun!''' Our priority is to create a ''great, supportive and responsive'' user community.
* ...'''user-centric and collaborative'''. Everyone is considered a '''user''' of Funtoo, first and foremost. You don't need any special privileges to collaborate with us.
* ...'''production-oriented''': Our goal is to have Funtoo be useful for ''real-world tasks''. We use Funtoo to do stuff, like host our infrastructure. It needs to work.__NOTOC__
* ...'''creative''': We seek creative, elegant and maintainable solutions to problems of all kinds.


Urxvt is a clone of [[Package:Rxvt|rxvt]], to which xft fonts and unicode characters support were added. This is an alternative to [[Package:Xterm|Xterm]], the X default terminal emulator.
'''View the [[Funtoo Linux FAQ]] for answers to common questions.'''


== Installation ==
{{#ask: [[Category:People]] [[Email::+]]
 
| ?Email
First step to get Urxvt work is to merge it, so let's do it.
| limit=22
 
| order=random
<console>
| format=template
###i## emerge -av rxvt-unicode
| template=GravatarDisplay
</console>
| link=none
 
| searchlabel=
Most likely, you will want to enable '''xft''' use flag so that you can use extra fonts (such as Inconsolata, a pretty good font for terminals). You might also want to enable '''256-color''' use flag to get a larger color range.
}}


== Configuration ==
Join us - {{CreateAccount}}, and then add yourself to our [[Usermap]]!
</div>
</div><div class="row">
<div class="col-xs-12 col-md-4 col-lg-4">
== Resources ==


It is very likely that when you will launch Urxvt for the first time, you will want to make some customizations so that your terminal doesn't look ugly and fit your tastes. So we will go into it. If it does not exist, create a file <code>~/.Xresources</code>.
{{fancyimportant|1=
[[Support Funtoo]] to help our project grow! '''Donate $15 per month and get a free [[Funtoo Hosting|Funtoo Virtual Container]].'''}}


{{fancyimportant|You may be used to handle your terminal configuration in <code>~/.Xdefaults</code> which is generally autoloaded when you start X. However, this method is deprecated. So you should use <code>~/.Xresources</code> now.}}
Our community has a number of excellent resources for communication and collaboration:
* '''{{CreateAccount}}''' to log in to the wiki, forums and bug tracker. See [[Funtoo Authentication FAQ]].
* '''[http://forums.funtoo.org forums.funtoo.org]''' - our new forums!
* [https://groups.google.com/forum/#!forum/funtoo-dev funtoo-dev] mailing list
* '''[http://bugs.funtoo.org bugs.funtoo.org]''', our bug tracker ([[Reporting Bugs|Instructions]]).
* [http://larrythecow.org larrythecow.org], our Gentoo blog aggregation service.
* [http://kernel-seeds.org kernel-seeds.org], resources for building your kernel from scratch.
* [http://git.funtoo.org git.funtoo.org], our cgit repository browser.
* '''[[Support Funtoo]]''' to help our project grow.
* '''[[Funtoo Hosting|Get a Funtoo Virtual Container]]'''.
</div><div class="col-sm-12 col-xs-12 col-md-4 col-lg-4">
== Getting Started ==


If you use a display manager, <code>~/.Xresources</code> is probably automatically loaded. If this is not the case, you will have to load it manually in your <code>~/.xinitrc</code> with the command <code>xrdb ~/.Xresources</code>. If you want to split your configuration into multiple files, you can also use the <code>-merge</code> option of <code>xrdb</code> so that the last called file doesn't override the others.
We encourage you to '''[[Funtoo Linux Installation|install Funtoo Linux]]''', and get involved in our user community. Get to know fellow Funtoo Linux users on our '''[http://forums.funtoo.org forums]'''. If you have any improvements or find any bugs in Funtoo Linux, you are strongly encouraged to report them on our '''[http://bugs.funtoo.org bug tracker]'''. We take all bugs seriously, and all work performed on Funtoo Linux is tracked on our bug tracker, for purposes of transparency.


=== Color scheme ===
Funtoo Linux has a very active [http://en.wikipedia.org/wiki/IRC IRC] community on Freenode, in the <code>#funtoo</code> channel, and you are encouraged to hang out online with us.
</div><div class="col-sm-12 col-xs-12 col-md-4 col-lg-4">
== Distinctives ==


First thing you might want to do is to change the color scheme. For instance, you may prefer working with white on black:
Funtoo Linux packages are installed from source code, automatically, thanks to the [http://en.wikipedia.org/wiki/Portage_(software) Portage ports system.], inspired by the FreeBSD ports system, but written in Python and with full advanced package management functionality. Funtoo Linux is a meta-distribution, which means it is built (fully automatically) with the functionality and optimizations that ''you'' want, not what some distro maintainer thought was best for you.


{{file|name=~/.Xresources|desc=Switch foreground and background|body=
We use [http://en.wikipedia.org/wiki/Git_(software) Git] for all our development, and we also use Git to deliver our ports tree to you.
URxvt*background: black
URxvt*foreground: white
}}


{{fancynote|The prefix ''URxvt'' is optional. It is actually the namespace of the property you define. For instance, if we just wrote <code>*background: black</code>, the background color would have been global to any terminal emulator ([[Package:Xterm|Xterm]], [[Package:Gnome-Terminal|gnome-terminal]], ...).}}
In contrast to Gentoo Linux, we offer a number of innovations, including our extensive use of git, [[Funtoo 1.0 Profile|our profile system]], [[Package:Boot-Update|boot-update]] boot management tool, our incredibly flexible [[Funtoo Linux Networking|template-based networking scripts]], [[Metro Quick Start Tutorial|Metro]] distribution build system, support of Debian, RHEL and other kernels, [[Creating_Python-related_Ebuilds|enhanced Python support]], Portage mini-manifests, user-centric distribution model, and a large number of community infrastructure improvements.
</div></div><div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8">
== Expand the wiki! ==


You can also redefine other colors. For instance, I redefined color0 so that it is close to the background color (to display invisible characters in [[Package:Vim|Vim]]) and color12 to a more readable color than dark blue on black:
The [[:Help:Funtoo_Editing_Guidelines | How to 'wiki']] sidebar link has several formatting examples. Have a look at [[Requested-Documents]] and [[:Category:Needs_Updates | pages that need to be updated.]] Please search the wiki before creating pages to ensure that you are not duplicating efforts.


{{file|name=~/.Xresources|desc=Change some colors|body=
We need help adding documentation for ebuilds to our wiki. See [[:Category:Ebuilds|Ebuilds]] for a list of all ebuild pages.
URxvt*color0: #353535
URxvt*color12: #6495ed
}}


{{fancynote|When editing your colorscheme, it is often useful to reload your <code>~/.Xresources</code> with <code>xrdb ~/.Xresources</code> and restart your terminal emulator so that you can note changes.}}
'''Add an Ebuild page:''' (see [[Adding an Ebuild to the Wiki]] for instructions)


=== Scrolling ===
{{#forminput:form=Ebuild|size=|default value=|button text=Add Package|autocomplete on namespace=Package|remote autocompletion|placeholder=Descriptive name|query string=namespace=Package}}


Maybe the scrollbar on the left annoys you. You can move it to the right or even remove it:
</div><div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
== Project Structure ==


{{file|name=~/.Xresources|desc=Move/Remove the scrollbar|body=
Funtoo Linux is led by [http://en.wikipedia.org/wiki/Daniel_Robbins_(computer_programmer) Daniel Robbins], the creator and former Chief Architect of [http://en.wikipedia.org/wiki/Gentoo_Linux Gentoo Linux], who serves as benevolent dictator for life (BDFL) of the project. Our organizational structure consists of BDFL and a small number of support staff, as well as members of our user community who are involved in improving Funtoo Linux. Development efforts are driven by the BDFL as well as our users, and efforts are under way to implement various mechanisms to allow supporters of Funtoo Linux to chart the future direction of the project.
! No scrollbar
URxvt*scrollBar: false
! Or scrollbar on the right side
URxvt*scrollBar_right: true
}}


=== Font ===
'''Learn more about Funtoo Linux's [[staff]] and [[Funtoo Linux Vision|development vision]].'''
</div></div></div>


When you spend a lot of time on your terminal, it is important to have a lean and readable font. A good font designed for console is '''Inconsolata''. If you want to use it, you have to emerge it first.
__NOTITLE__
__NOEDITSECTION__
{{#subobject:|slideIndex=0|slideCaption=
== [[User:Drobbins|drobbins]] ==


<console>###i## emerge -q media-fonts/inconsolata</console>
[[GNOME First Steps|GNOME 3.12]]
([[Funtoo_Linux_FAQ#Do_you_support_systemd.3F|without systemd]], because that's how we roll.)


Then, if you want to set your terminal font to Inconsolata with a size of 8px, write the following in your <code>~/.Xresources</code>.
Note: Badgers optional.
|slideImage=/slideshow/gnome3122.jpg}}
{{#subobject:|slideIndex=1|slideCaption=
== [[User:Anak1n|anak1n]] ==


{{file|name=~/.Xresources|desc=Changing font|body=
fluxbox
URxvt*font: xft:Inconsolata:size=8
|slideImage=/slideshow/fluxbox-09.02.14.png}}
}}
{{#subobject:|slideIndex=2|slideCaption=
== spectromas ==


If you think your the space between letters is too wide (or too nested), you can change it with the <code>letterSpace: n</code> property, which increases the size of the separation between letter by <code>n</code> (or decreases if negative).
[[Package:Awesome_(Window_Manager)|Awesome WM]]
|slideImage=/slideshow/7maK2R7.png}}
{{#subobject:|slideIndex=3|slideCaption=
== [[User:Anak1n|anak1n]] ==


{{file|name=~/.Xresources|desc=Alter letters spacing|body=
KDE
URxvt*letterSpace: -1
|slideImage=/slideshow/mvXkeT4.png}}
}}

Revision as of 05:22, September 25, 2014

Want to submit a screenshot? See here.

Funtoo Linux is a Linux-based operating system that is a variant of Gentoo Linux. Funtoo Linux is:

  • ...fun! Our priority is to create a great, supportive and responsive user community.
  • ...user-centric and collaborative. Everyone is considered a user of Funtoo, first and foremost. You don't need any special privileges to collaborate with us.
  • ...production-oriented: Our goal is to have Funtoo be useful for real-world tasks. We use Funtoo to do stuff, like host our infrastructure. It needs to work.
  • ...creative: We seek creative, elegant and maintainable solutions to problems of all kinds.

View the Funtoo Linux FAQ for answers to common questions.

{{#ask: Email::+ | ?Email | limit=22 | order=random | format=template | template=GravatarDisplay | link=none | searchlabel= }}

Join us - Create a Funtoo account, and then add yourself to our Usermap!

Resources

   Important

Support Funtoo to help our project grow! Donate $15 per month and get a free Funtoo Virtual Container.

Our community has a number of excellent resources for communication and collaboration:

Getting Started

We encourage you to install Funtoo Linux, and get involved in our user community. Get to know fellow Funtoo Linux users on our forums. If you have any improvements or find any bugs in Funtoo Linux, you are strongly encouraged to report them on our bug tracker. We take all bugs seriously, and all work performed on Funtoo Linux is tracked on our bug tracker, for purposes of transparency.

Funtoo Linux has a very active IRC community on Freenode, in the #funtoo channel, and you are encouraged to hang out online with us.

Distinctives

Funtoo Linux packages are installed from source code, automatically, thanks to the Portage ports system., inspired by the FreeBSD ports system, but written in Python and with full advanced package management functionality. Funtoo Linux is a meta-distribution, which means it is built (fully automatically) with the functionality and optimizations that you want, not what some distro maintainer thought was best for you.

We use Git for all our development, and we also use Git to deliver our ports tree to you.

In contrast to Gentoo Linux, we offer a number of innovations, including our extensive use of git, our profile system, boot-update boot management tool, our incredibly flexible template-based networking scripts, Metro distribution build system, support of Debian, RHEL and other kernels, enhanced Python support, Portage mini-manifests, user-centric distribution model, and a large number of community infrastructure improvements.

Expand the wiki!

The How to 'wiki' sidebar link has several formatting examples. Have a look at Requested-Documents and pages that need to be updated. Please search the wiki before creating pages to ensure that you are not duplicating efforts.

We need help adding documentation for ebuilds to our wiki. See Ebuilds for a list of all ebuild pages.

Add an Ebuild page: (see Adding an Ebuild to the Wiki for instructions)


Project Structure

Funtoo Linux is led by Daniel Robbins, the creator and former Chief Architect of Gentoo Linux, who serves as benevolent dictator for life (BDFL) of the project. Our organizational structure consists of BDFL and a small number of support staff, as well as members of our user community who are involved in improving Funtoo Linux. Development efforts are driven by the BDFL as well as our users, and efforts are under way to implement various mechanisms to allow supporters of Funtoo Linux to chart the future direction of the project.

Learn more about Funtoo Linux's staff and development vision.


{{#subobject:|slideIndex=0|slideCaption=

drobbins

GNOME 3.12 (without systemd, because that's how we roll.)

Note: Badgers optional. |slideImage=/slideshow/gnome3122.jpg}} {{#subobject:|slideIndex=1|slideCaption=

anak1n

fluxbox |slideImage=/slideshow/fluxbox-09.02.14.png}} {{#subobject:|slideIndex=2|slideCaption=

spectromas

Awesome WM |slideImage=/slideshow/7maK2R7.png}} {{#subobject:|slideIndex=3|slideCaption=

anak1n

KDE |slideImage=/slideshow/mvXkeT4.png}}