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
2 changed files with 4 additions and 1 deletions
+3 -1
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