Xfce: add keyboard shortcut for xfce4-taskmanager

This commit is contained in:
Daniel Ruiz de Alegría 2021-07-12 18:27:18 +02:00
parent d5b7a7da18
commit e512d81ffb
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
2 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,6 @@ if [ "$1" = "configure" ]; then
fi
if dpkg --compare-versions "$2" lt "2021.2.1"; then
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force
fi
if dpkg --compare-versions "$2" lt "2021.2.2"; then
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
@ -99,6 +98,9 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2021.2.4"; then
install_config_file /etc/xdg/xfce4/panel/default.xml force
fi
if dpkg --compare-versions "$2" lt "2021.2.5"; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force
fi
# Install remaining new files
install_all
fi

View File

@ -11,6 +11,7 @@
<property name="&lt;Primary&gt;&lt;Alt&gt;l" type="string" value="xflock4"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;t" type="string" value="exo-open --launch TerminalEmulator"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;t" type="string" value="pkexec x-terminal-emulator"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;Escape" type="string" value="xfce4-taskmanager"/>
<property name="&lt;Super&gt;l" type="string" value="xflock4"/>
<property name="&lt;Super&gt;p" type="string" value="xfce4-display-settings --minimal"/>
<property name="override" type="bool" value="true"/>