diff options
-rwxr-xr-x | bspwmrc | 1 | ||||
-rwxr-xr-x | install.sh | 9 |
2 files changed, 1 insertions, 9 deletions
@@ -49,7 +49,6 @@ killall -qw polybar; ~/.config/polybar/launch.sh & killall -qw init_monitor.sh; ~/.config/bspwm/init_monitor.sh & xset led named "Scroll Lock" -pgrep -x polkit-dumb-agent > /dev/null || polkit-dumb-agent & bspc monitor "${SCR1}" -n 1 -d 1 2 3 4 5 6 7 8 9 @@ -89,7 +89,7 @@ if command_exists pacman; then gst-plugins-bad \ sl - paru -S --noconfirm cava i3lock-fancy-rapid-git neo-matrix polkit-dumb-agent-git + paru -S --noconfirm cava i3lock-fancy-rapid-git neo-matrix elif command_exists apt; then ${SUDO} apt install -y gnupg gcc cmake g++ pkg-config libfontconfig1-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev apt-transport-https @@ -138,13 +138,6 @@ elif command_exists apt; then gstreamer1.0-plugins-good \ gstreamer1.0-plugins-bad \ sl - - cat <<EOT > /usr/bin/polkit-dumb-agent -#!/bin/bash - -exit 0 -EOT - chmod a+x /usr/bin/polkit-dumb-agent else echo "Your distro is not supported." exit 1 |