Removed xbindkeys

This commit is contained in:
2021-01-23 08:18:33 +01:00
parent 8ac2bab186
commit 3091795063
3 changed files with 0 additions and 69 deletions

View File

@@ -107,12 +107,6 @@ if [ ! "$(pacman -Qi "virtualbox")" ] ; then
info "Keep in mind to install the guest additions in the virtualized system. See https://wiki.manjaro.org/index.php?title=VirtualBox"
fi
if [ "$XDG_SESSION_TYPE" == "x11" ]; then
info "Synchronizing xserver tools..." &&
install_yay_packages_if_needed xbindkeys &&
xbindkeys --poll-rc || error
fi
install_gnome_extension(){
info "Install GNOME extension \"$1\"..."
extension_folder="$HOME/.local/share/gnome-shell/extensions/$1/"