diff options
author | Matt Singleton <matt@xcolour.net> | 2024-02-16 21:28:21 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-02-20 15:20:13 -0600 |
commit | d6cd868883949e81285ef1880bad2a1621cbdc0f (patch) | |
tree | 1658110f2c239961291f3dec34c85d1d323c9e3a | |
parent | 607b628d01613ea89b6f46d2acfc6878b9fa1dca (diff) |
remove unused tool from install
-rwxr-xr-x | sway-de/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway-de/install.sh b/sway-de/install.sh index 225af76..6403618 100755 --- a/sway-de/install.sh +++ b/sway-de/install.sh @@ -48,7 +48,7 @@ if [ -z "$skip_packages" ]; then sudo dnf install \ sway waybar rofi-wayland foot mako \ udiskie libappindicator-gtk3 duplicity python3-b2sdk pass passmenu \ - brightnessctl vlc unzip vim wget git zsh stow dnf-automatic \ + vlc unzip vim wget git zsh stow dnf-automatic \ grimshot pulseaudio-utils thunar pavucontrol-qt \ network-manager-applet |