📄 xconsole
字号:
#!/bin/sh# xconsole is capable of doing everything XConsole did, and is maintained...# it is not setuid root, so we just exit if called as non-root[ $(id -u) = 0 ] || exit 0exec xconsole -file /proc/kmsg "$@"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -