7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
startup_message off
|
|
set bgcolor black
|
|
set fgcolor white
|
|
|
|
unbind c
|
|
bind c exec x-terminal-emulator -fg white -bg black
|