2013-06-07

X11: Gave up on 'konsole', switched to 'urxvt'

I finally gave up on 'konsole' and switched to 'urxvt', which in openSUSE 12.3 is in the 'rxvt-unicode' package.

Here is the command line I finally came up with:
urxvt -fn 'xft:Droid Sans Mono:size=12' -bg black -fg 'Antique White' \
+sb -geometry 1280x1024 -e screen -D -R

I put this in an RXVT.desktop file in ~/Desktop:
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=urxvt -fn 'xft:Droid Sans Mono:size=12' -bg black -fg 'Antique White' +sb -geometry 1280x1024 -e screen -D -R
GenericName[en_US]=
GenericName=
Icon=konsole-linux32
MimeType=
Name[en_US]=RXVT
Name=RXVT
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=

No comments:

Post a Comment