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
040cd81bb9
commit
5089591897
13
X.md
13
X.md
@ -9,7 +9,16 @@ 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. Which are:
|
||||||
|
* Ratpoison
|
||||||
|
* Xbindkeys
|
||||||
|
* hsetroot
|
||||||
|
* ImageMagick
|
||||||
|
* FFmpeg or libav-tools
|
||||||
|
* UXTerm or urxvt
|
||||||
|
* dmenu
|
||||||
|
* Whatever you want on your _"ratpoisonrc"_
|
||||||
|
|
||||||
After that you login and simply type:
|
After that you login and simply type:
|
||||||
`startx`
|
`startx`
|
||||||
whenever you want to start X.
|
whenever you want to start X.
|
||||||
@ -182,7 +191,7 @@ keystate_scrolllock= enable
|
|||||||
m:0x0 + c:107
|
m:0x0 + c:107
|
||||||
Print
|
Print
|
||||||
|
|
||||||
# Record desktop (needs libav-tools or ffmpeg)
|
# Record desktop with avconv (libav-tools) or install ffmpeg and replace avconv
|
||||||
"killall -INT avconv 2>/dev/null || avconv -f x11grab -r 25 -s 1280x720 -i :0.0 $HOME/output.webm &"
|
"killall -INT avconv 2>/dev/null || avconv -f x11grab -r 25 -s 1280x720 -i :0.0 $HOME/output.webm &"
|
||||||
m:0x0 + c:78
|
m:0x0 + c:78
|
||||||
Scroll_Lock
|
Scroll_Lock
|
||||||
|
Loading…
Reference in New Issue
Block a user