diff options
author | Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at> | 2020-03-01 23:15:20 +0100 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-03-14 21:00:49 +0200 |
commit | 4fbfa89be7b17f423fc49fd2664c625352ad82f1 (patch) | |
tree | 8d3aa7190074fe7772b1f741c386c9b5f6eee005 | |
parent | 19b43f0986fe8917f95d978e75cd640519ab48dc (diff) | |
download | config-4fbfa89be7b17f423fc49fd2664c625352ad82f1.tar config-4fbfa89be7b17f423fc49fd2664c625352ad82f1.tar.gz config-4fbfa89be7b17f423fc49fd2664c625352ad82f1.tar.bz2 config-4fbfa89be7b17f423fc49fd2664c625352ad82f1.tar.xz config-4fbfa89be7b17f423fc49fd2664c625352ad82f1.zip |
Switch Ctrl+Alt+Del to xfce4-session-logout (Bug #11979)
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 40eb882..c029a9e 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -10,7 +10,7 @@ <property name="<Alt>F3" type="string" value="xfce4-appfinder --replace"> <property name="startup-notify" type="bool" value="true"/> </property> - <property name="<Primary><Alt>Delete" type="string" value="xflock4"/> + <property name="<Primary><Alt>Delete" type="string" value="xfce4-session-logout"/> <property name="<Primary><Alt>l" type="string" value="xflock4"/> <property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/> <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/> |