Ubuntu – Xubuntu Terminal Cursor

14.04command linexfce4-terminalxubuntu

I am running Xubuntu 14.04 and the default Terminal Emulator (xfterm I think). The terminal itself is fine but I want to change the cursor to a blinking underline rather than a solid block. How do I do this? Can't see anything in the settings.

Best Answer

You can change the cursor shape in XFCE terminal by editing ${XDG_CONFIG_HOME:-$HOME/.config}/xfce4/terminal/terminalrc (expressed partly as shell parameter expansion), just find the MiscCursorShapevariable and change it from TERMINAL_CURSOR_SHAPE_BLOCK to TERMINAL_CURSOR_SHAPE_UNDERLINE. In order to have a blinking cursor (any shape you defined) you must have MiscCursorBlinks=TRUE too.

System-wide defaults can be found under some of the colon separated directories ${XDG_CONFIG_DIRS:-/etc/xgd}, respectively.

See XDG Base Directory Specification for more information about which directories are used and in which order.

For details and additional options on available in the graphical configuration tool, see http://docs.xfce.org/apps/terminal/advanced