mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update X.md
This commit is contained in:
parent
28486ac7c7
commit
a872e47a89
12
X.md
12
X.md
@ -9,7 +9,7 @@ Set xorg and a desktop environment fast.
|
|||||||
|
|
||||||
|
|
||||||
## NO DE
|
## NO DE
|
||||||
To use a window manager without any desktop environment, or even a login manager, you can just install the applications mentioned here. Which are:
|
To use a window manager without any desktop environment, or even a login manager, you can just install the applications mentioned here and edit the _".xinitrc"_ file with the appro. The required applications are:
|
||||||
* Ratpoison
|
* Ratpoison
|
||||||
* Xbindkeys
|
* Xbindkeys
|
||||||
* hsetroot or imagemagick (or replace it in _".xinitrc"_ with your preferred wallpaper changer)
|
* hsetroot or imagemagick (or replace it in _".xinitrc"_ with your preferred wallpaper changer)
|
||||||
@ -19,11 +19,6 @@ To use a window manager without any desktop environment, or even a login manager
|
|||||||
* dmenu
|
* dmenu
|
||||||
* Whatever you want on your _".ratpoisonrc"_
|
* Whatever you want on your _".ratpoisonrc"_
|
||||||
|
|
||||||
After that you login and simply type:
|
|
||||||
`startx`
|
|
||||||
whenever you want to start X.
|
|
||||||
|
|
||||||
|
|
||||||
Next is an example _".xinitrc"_ file which goes under your home directory:
|
Next is an example _".xinitrc"_ file which goes under your home directory:
|
||||||
```
|
```
|
||||||
# load your preferred terminal settings
|
# load your preferred terminal settings
|
||||||
@ -41,6 +36,11 @@ hsetroot -fill ~/.wallpaper.jpg
|
|||||||
# launch the window manager (needs to be done at the end)
|
# launch the window manager (needs to be done at the end)
|
||||||
exec dbus-launch --sh-syntax --exit-with-session ratpoison
|
exec dbus-launch --sh-syntax --exit-with-session ratpoison
|
||||||
```
|
```
|
||||||
|
|
||||||
|
After that you login and simply type:
|
||||||
|
`startx`
|
||||||
|
whenever you want to start X.
|
||||||
|
|
||||||
## RATPOISON
|
## RATPOISON
|
||||||
|
|
||||||
Productive, automated, scriptable, and minimal, Ratpoison is a strict tiling window manager using similar bindings to GNU Screen. A few of its benefits are.
|
Productive, automated, scriptable, and minimal, Ratpoison is a strict tiling window manager using similar bindings to GNU Screen. A few of its benefits are.
|
||||||
|
Loading…
Reference in New Issue
Block a user