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