https://github.com/hanschen/ksuperkey
Hide Suspend, Hibernate, and Hybrid Sleep from the logout dialog:
xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'
xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'
xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'false'Move the Save As button below the window instead of above:
Toggle desktop icon toolips on/off:
xfconf-query --channel xfce4-desktop -p /desktop-icons/show-tooltips -s true
xfconf-query --channel xfce4-desktop -p /desktop-icons/show-tooltips -s falseMake all system popups(tooltips, notifications, right-click context menu, etc.) invisible/opaque:
xfconf-query --channel xfwm4 -p /general/popup_opacity -s 0
xfconf-query --channel xfwm4 -p /general/popup_opacity -s 100
Last modified: Tue Aug 20 22:41:10 2024