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
37f1abe86f
commit
c962e7ff5e
14
X.md
14
X.md
@ -1,7 +1,7 @@
|
|||||||
#X
|
# X
|
||||||
Set xorg and a desktop environment fast.
|
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.
|
To use a window manager without any desktop environment, or even a login manager, you can just install the applications mentioned here.
|
||||||
After that you login and simply type:
|
After that you login and simply type:
|
||||||
`start`
|
`start`
|
||||||
@ -25,7 +25,7 @@ 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
|
||||||
```
|
```
|
||||||
##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.
|
||||||
* No mouse used, all done by commands called by typing _"control"_ and _"t"_ at the same time, plus another key.
|
* No mouse used, all done by commands called by typing _"control"_ and _"t"_ at the same time, plus another key.
|
||||||
@ -33,7 +33,7 @@ Productive, automated, scriptable, and minimal, Ratpoison is a strict tiling win
|
|||||||
* Extensible by scripts. The _"rpws"_ script for example adds multiple workspaces (comes by default), another script (_"expose.pl"_) gives a mozaic of current windows.
|
* Extensible by scripts. The _"rpws"_ script for example adds multiple workspaces (comes by default), another script (_"expose.pl"_) gives a mozaic of current windows.
|
||||||
|
|
||||||
|
|
||||||
###A few keys to get you started.
|
### A few keys to get you started.
|
||||||
|
|
||||||
* Show the help cheatsheet:
|
* Show the help cheatsheet:
|
||||||
`Ctrl-t + ?`
|
`Ctrl-t + ?`
|
||||||
@ -131,7 +131,7 @@ exec rpws init 4 -k
|
|||||||
set border 0
|
set border 0
|
||||||
```
|
```
|
||||||
|
|
||||||
##XBINDKEYS
|
## XBINDKEYS
|
||||||
Custom keys can be added with the Xbindkeys program.
|
Custom keys can be added with the Xbindkeys program.
|
||||||
|
|
||||||
With the help of the default xev program you can check the keys you want:
|
With the help of the default xev program you can check the keys you want:
|
||||||
@ -196,7 +196,7 @@ keystate_scrolllock= enable
|
|||||||
XF86AudioRaiseVolume
|
XF86AudioRaiseVolume
|
||||||
```
|
```
|
||||||
|
|
||||||
##TERMINAL EMULATOR
|
## TERMINAL EMULATOR
|
||||||
|
|
||||||
To tweak the theme of your terminal emulator you need to tweak the _".Xresources"_ file. Each time you make changes run
|
To tweak the theme of your terminal emulator you need to tweak the _".Xresources"_ file. Each time you make changes run
|
||||||
`xrdb -merge`
|
`xrdb -merge`
|
||||||
@ -235,7 +235,7 @@ urxvt*boldFont: fixed
|
|||||||
urxvt*dynamicColors: true
|
urxvt*dynamicColors: true
|
||||||
urxvt*borderWidth: 0
|
urxvt*borderWidth: 0
|
||||||
```
|
```
|
||||||
##SCREEN TEARING
|
## SCREEN TEARING
|
||||||
To solve screen tearing you can use any of these config files in its appropriate directory.
|
To solve screen tearing you can use any of these config files in its appropriate directory.
|
||||||
|
|
||||||
* In the case you have Intel add these to _"/etc/X11/xorg.conf.d/20-intel.conf"_:
|
* In the case you have Intel add these to _"/etc/X11/xorg.conf.d/20-intel.conf"_:
|
||||||
|
Loading…
Reference in New Issue
Block a user