From 1dd133a8cd4a9571790bbc018455c9b1ecdf27bf Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 11 Mar 2025 22:50:22 +0100 Subject: [PATCH] Updated scripts --- config/hypr/hyprland.conf | 1 + update_arch.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 922927f..ae8ccc2 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -181,6 +181,7 @@ bind = $mainMod, DEL, exit, bind = $mainMod CTRL, W, exec, $browser bind = $mainMod, G, exec, $moonlight bind = $mainMod, Y, exec, kitty tmux new-session +bind = , PRINT, exec, hyprshot -m region # Set monitor resolution bind = $mainMod, R, exec, hyprctl keyword monitor ",1920x1200,auto,1" diff --git a/update_arch.sh b/update_arch.sh index 753a98a..18655f4 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -76,6 +76,7 @@ sudo pacman --noconfirm --needed -S usbutils plymouth dracut dunst hypridle hypr yay --noconfirm -S --needed --aur adwaita-qt5-git yay --noconfirm -S --needed --aur adwaita-qt6-git yay --noconfirm -S --needed --aur wlogout +yay --noconfirm -S --needed --aur hyprshot mkdir -p ~/.local/bin mkdir -p ~/.config/hypr @@ -281,6 +282,7 @@ cd ~ rustup target add thumbv6m-none-eabi cargo install elf2uf2-rs --locked cargo install probe-run +cargo install flip-link # Install tree sitter cli printf -- '\033[33m Installing tree sitter cli\n\033[37m'