debian:misc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
debian:misc [2022/11/05 12:53] – ms | debian:misc [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | == Installation == | ||
+ | < | ||
+ | xserver-xorg-video-intel awesome xinit terminator apt-file alsa-utils firefox-esr sxiv mpv xosd-bin fonts-noto-color-emoji | ||
+ | </ | ||
+ | |||
== Tab size in Terminator == | == Tab size in Terminator == | ||
< | < | ||
Line 24: | Line 29: | ||
echo " | echo " | ||
</ | </ | ||
+ | |||
== X starten == | == X starten == | ||
< | < | ||
Line 31: | Line 37: | ||
fi | fi | ||
</ | </ | ||
+ | < | ||
+ | cp / | ||
+ | vi .xinitrc | ||
+ | #!/bin/sh | ||
+ | |||
+ | # / | ||
+ | # | ||
+ | # global xinitrc file, used by all X sessions started by xinit (startx) | ||
+ | |||
+ | # invoke global X session script | ||
+ | . / | ||
+ | |||
+ | exec x-window-manager & | ||
+ | </ | ||
+ | |||
+ | == X mit 3 Monitoren == | ||
+ | < | ||
+ | cd / | ||
+ | |||
+ | vi 10-monitor.conf | ||
+ | Section " | ||
+ | Identifier | ||
+ | Option | ||
+ | Option | ||
+ | EndSection | ||
+ | |||
+ | Section " | ||
+ | Identifier | ||
+ | Option | ||
+ | Option | ||
+ | EndSection | ||
+ | |||
+ | Section " | ||
+ | Identifier | ||
+ | Option | ||
+ | Option | ||
+ | EndSection | ||
+ | </ |
debian/misc.1667649220.txt.gz · Last modified: 2023/01/11 20:30 (external edit)