Skip to main content Link Menu Expand (external link) Document Search Copy Copied

cursor-theme

路徑

放置資料夾路徑,請參考「icons」。

輔助工具 / 指令操作

style-ctrl-xfce

get

執行

style-ctrl-xfce cursor_theme

顯示

xcursor-breeze 24

set

執行

style-ctrl-xfce cursor_theme xcursor-breeze-snow

顯示

xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeName' -s 'xcursor-breeze-snow'
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeSize' -s '24'

設定檔路徑

執行

grep 'name="CursorThemeName"' ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

顯示

    <property name="CursorThemeName" type="string" value="xcursor-breeze-snow"/>

執行

grep 'name="CursorThemeSize"' ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

顯示

    <property name="CursorThemeSize" type="int" value="24"/>