Change xfce4-power-manager option from terminal

13,054

Found it, have to use xconf-query.

To get the value:

xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/lid-action-on-ac

To set the value:

xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/lid-action-on-ac -s 1

-c specify channel, -p is for property within that channel, -s is for setting value, 1 for suspend, 0 for do nothing.

Share:
13,054

Related videos on Youtube

mreq
Author by

mreq

Updated on September 18, 2022

Comments

  • mreq
    mreq over 1 year

    I'd like to change a xfce4-power-manager setting (what to do when laptop lid is closed on AC) via the terminal so that I can assign a keyboard shortcut to do it.

    enter image description here

    Is there a way how to do it? Similar to dconf-editor set for gnome..

    EDIT

    ok, I found the file at ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml. But changing it doesn't do anything. How do I reload xfce4-power-manager? I tried xfce4-power-manager --restart but that doesn't help.

  • Michael
    Michael almost 5 years
    I see "0" when I have "Switch off display" selected - but there is no open to "Do nothing".
  • Michael
    Michael over 4 years
    at least for alterating lock-screen-suspend-hibernate neither sending HUP to xfce4-power-manager nor running it well --restart seems to reliably make the change take effect.