From 237dfd1c348ba12fe1b75d2d67d5ef732b9f3440 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 15 Nov 2024 11:06:22 +0100 Subject: [PATCH] after a whole lot of rebasing bullshittery added yazi as default file manager --- desktopenvs/hyprland/hypr/hyprland.conf | 2 +- hyprland-full-install-script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 1e5958b..2dedb74 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -35,7 +35,7 @@ monitor=,preferred,auto,auto # Set programs that you use $terminal = kitty -$fileManager = dolphin +$fileManager = kitty yazi $editor = kitty micro $menu = wofi diff --git a/hyprland-full-install-script.sh b/hyprland-full-install-script.sh index b4db878..2c51d06 100644 --- a/hyprland-full-install-script.sh +++ b/hyprland-full-install-script.sh @@ -1,7 +1,7 @@ #install components echo "Installing required Packages" -sudo pacman -S base base-devel btop btrfs-progs curl dolphin dunst fastfetch firefox flatpak gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland iwd jq kitty ldns libpulse linux linux-firmware micro nano networkmanager nmap openssh nerd-fonts pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit zip zram-generator zsh +sudo pacman -S base base-devel btop btrfs-progs curl dolphin dunst fastfetch firefox flatpak gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland iwd jq kitty ldns libpulse linux linux-firmware micro nano networkmanager nmap openssh nerd-fonts pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator zsh #aur/yay setup echo "Installing yay"