Updated scripts

This commit is contained in:
Christoffer Martinsson 2025-03-11 22:50:22 +01:00
parent cd99ec378b
commit 1dd133a8cd
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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'