Xfce: add keyboard shortcut for root-terminal
This commit is contained in:
parent
1ebad17259
commit
a7d1e699fd
4
debian/kali-themes.postinst
vendored
4
debian/kali-themes.postinst
vendored
@ -83,9 +83,6 @@ if [ "$1" = "configure" ]; then
|
||||
if dpkg --compare-versions "$2" lt "2021.1.2"; then
|
||||
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
|
||||
fi
|
||||
if dpkg --compare-versions "$2" lt "2021.1.3"; then
|
||||
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force
|
||||
fi
|
||||
if dpkg --compare-versions "$2" lt "2021.2.0"; then
|
||||
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
|
||||
fi
|
||||
@ -93,6 +90,7 @@ if [ "$1" = "configure" ]; then
|
||||
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
|
||||
install_config_file /etc/xdg/xfce4/panel/default.xml force
|
||||
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
|
||||
# Install remaining new files
|
||||
install_all
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
<property name="<Primary><Alt>Delete" type="string" value="xflock4"/>
|
||||
<property name="<Primary><Alt>l" type="string" value="xflock4"/>
|
||||
<property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/>
|
||||
<property name="<Primary><Shift><Alt>t" type="string" value="pkexec x-terminal-emulator"/>
|
||||
<property name="<Super>l" type="string" value="xflock4"/>
|
||||
<property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
|
||||
<property name="override" type="bool" value="true"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user