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/04 20:32] – 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 23: | Line 28: | ||
| echo " | echo " | ||
| + | </ | ||
| + | |||
| + | == X starten == | ||
| + | < | ||
| + | vi .bash_profile | ||
| + | if [ -z " | ||
| + | exec startx | ||
| + | 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.1667590377.txt.gz · Last modified: 2023/01/11 20:30 (external edit)