changeset 484 | cf2e6576575c |
parent 480 | 4d0ff0dfdeb9 |
child 544 | ee6112ed88da |
483:f02dbcb71260 | 484:cf2e6576575c |
---|---|
19 kbdd & |
19 kbdd & |
20 if [[ -f ~/.xmodmaprc ]]; then |
20 if [[ -f ~/.xmodmaprc ]]; then |
21 xmodmap ~/.xmodmaprc |
21 xmodmap ~/.xmodmaprc |
22 fi |
22 fi |
23 xsetroot -gray |
23 xsetroot -gray |
24 fvwm & |
24 # To debug FvwmM4 add "-debug" after "FvwmM4". |
25 fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" & |
|
25 fi |
26 fi |
26 |
27 |
27 # Last command. |
28 # Last command. |
28 exec xterm -geometry 80x42 -e bash -i |
29 exec xterm -geometry 80x42 -e bash -i |
29 |
30 |