博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
xfce-terminal 终端光标设置
阅读量:6082 次
发布时间:2019-06-20

本文共 748 字,大约阅读时间需要 2 分钟。

hot3.png

I prefer ibeam cursors to the block ones, I find them less obtrusive. However, I could not find an option to modify the cursor shape in the XFCE terminal preferences; until I looked under the hood. In ~/.config/Terminal/terminalrc the value of MiscCursorShape is set toTERMINAL_CURSOR_SHAPE_BLOCK(方块) by default. Change it to TERMINAL_CURSOR_SHAPE_IBEAM(I 型) for an ibeam cursor or to TERMINAL_CURSOR_SHAPE_UNDERLINE(下划线) if you want an underline.

I wish all application developers kept an underlying readable text file for configuration. In addition to being light-weight and portable, they are transparent and offer an efficient way of configuration, without having to even start the application.

转载于:https://my.oschina.net/Barudisshu/blog/380563

你可能感兴趣的文章
AOL重组为两大业务部门 全球裁员500人
查看>>
字符设备与块设备的区别
查看>>
为什么我弃用GNOME转向KDE(2)
查看>>
Redis学习记录初篇
查看>>
爬虫案例若干-爬取CSDN博文,糗事百科段子以及淘宝的图片
查看>>
Web实时通信技术
查看>>
第三章 计算机及服务器硬件组成结合企业运维场景 总结
查看>>
IntelliJ IDEA解决Tomcal启动报错
查看>>
默认虚拟主机设置
查看>>
php中的短标签 太坑人了
查看>>
[译] 可维护的 ETL:使管道更容易支持和扩展的技巧
查看>>
### 继承 ###
查看>>
数组扩展方法之求和
查看>>
astah-professional-7_2_0安装
查看>>
函数是对象-有属性有方法
查看>>
uva 10107 - What is the Median?
查看>>
Linux下基本栈溢出攻击【转】
查看>>
c# 连等算式都在做什么
查看>>
使用c:forEach 控制5个换行
查看>>
java web轻量级开发面试教程摘录,java web面试技巧汇总,如何准备Spring MVC方面的面试...
查看>>