From c77fde914e2a91d4497a353c72c6d154781d304f Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 19 Dec 2024 18:45:22 -0600 Subject: [PATCH] add zoom gedit plugin --- distro-specific-scripts/fedora-sway.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distro-specific-scripts/fedora-sway.sh b/distro-specific-scripts/fedora-sway.sh index b1c97f4..9c13dc3 100755 --- a/distro-specific-scripts/fedora-sway.sh +++ b/distro-specific-scripts/fedora-sway.sh @@ -10,7 +10,7 @@ command_exists() { type "$1" &>/dev/null; } GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) if command_exists "dnf"; then - sudo dnf install clipman swaybg swaylock slurp grim zenity wdisplays eom nemo pavucontrol brightnessctl gnome-calculator wl-clipboard gedit kanshi wireguard-tools iperf3 zstd network-manager-applet -y + sudo dnf install clipman swaybg swaylock slurp grim zenity wdisplays eom nemo pavucontrol brightnessctl gnome-calculator wl-clipboard gedit gedit-plugin-textsize kanshi wireguard-tools iperf3 zstd network-manager-applet -y sudo usermod -aG input $(whoami) # so that waybar's keyboard-state works sudo dnf copr enable erikreider/SwayNotificationCenter sudo dnf install SwayNotificationCenter @@ -41,4 +41,4 @@ xhost +SI:localuser:root #sudo systemctl disable lightdm.service #sudo systemctl enable greetd.service -sudo sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config \ No newline at end of file +sudo sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config