diff options
author | Jani Välimaa <wally@mageia.org> | 2015-09-27 17:22:11 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2015-09-27 17:22:11 +0300 |
commit | 443498d9ef8f923a6826cd51c5660c16e5455701 (patch) | |
tree | a07941d22b7ff0291b335dd0f1c1e0943da53f41 /data/xfce4/xfconf/xfce-perchannel-xml | |
parent | 7bd4f5269c419675c943c250cac274f040be829e (diff) | |
download | config-443498d9ef8f923a6826cd51c5660c16e5455701.tar config-443498d9ef8f923a6826cd51c5660c16e5455701.tar.gz config-443498d9ef8f923a6826cd51c5660c16e5455701.tar.bz2 config-443498d9ef8f923a6826cd51c5660c16e5455701.tar.xz config-443498d9ef8f923a6826cd51c5660c16e5455701.zip |
Create a new xfconf settings property to xfce4-session for LockCommand (used in xflock4)
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml index 101c360..1ae319e 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -3,6 +3,7 @@ <channel name="xfce4-session" version="1.0"> <property name="general" type="empty"> <property name="FailsafeSessionName" type="string" value="Failsafe"/> + <property name="LockCommand" type="string" value=""/> <property name="AutoSave" type="bool" value="true"/> <property name="PromptOnLogout" type="bool" value="true"/> <property name="SessionName" type="empty"/> |