From fbbd7e5d485c50ce5d3e73d7e13cc4ca909e8019 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Wed, 30 Apr 2025 23:30:54 +0200 Subject: [PATCH] Updated scripts --- config/hypr/hyprland_STEAMBOX.conf | 8 ++++---- update_arch.sh | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/hypr/hyprland_STEAMBOX.conf b/config/hypr/hyprland_STEAMBOX.conf index e7fe144..e759d85 100644 --- a/config/hypr/hyprland_STEAMBOX.conf +++ b/config/hypr/hyprland_STEAMBOX.conf @@ -179,7 +179,7 @@ bind = $mainMod, W, togglespecialworkspace, web bind = $mainMod, F, togglespecialworkspace, fzfmenu bind = $mainMod, V, togglespecialworkspace, mixer bind = $mainMod, A, togglespecialworkspace, ranger -bind = $mainMod, H, togglespecialworkspace, wivrn +bind = $mainMod, H, togglespecialworkspace, envision # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -272,9 +272,9 @@ windowrulev2 = size 80% 80%, onworkspace:special:ranger workspace = special:ranger, on-created-empty:kitty ranger # Wivrn -windowrulev2 = float, onworkspace:special:wivrn -windowrulev2 = size 80% 80%, onworkspace:special:wivrn -workspace = special:wivrn, on-created-empty:io.github.wivrn.wivrn +windowrulev2 = float, onworkspace:special:envision +windowrulev2 = size 80% 80%, onworkspace:special:envision +workspace = special:envision, on-created-empty:envision # Discord windowrulev2 = size 450 253, initialTitle:^(Discord Popout)$ diff --git a/update_arch.sh b/update_arch.sh index 9400530..239bb1e 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -405,10 +405,11 @@ fi # Install vr utility if [ "$VR" == "yes" ]; then printf -- '\033[33m Installing vr utilities\n\033[37m' - sudo pacman -S --noconfirm --needed cli11 glib2-devel nlohmann-json + sudo pacman -S --noconfirm --needed bc git-lfs cli11 glib2-devel nlohmann-json yay --noconfirm -S --needed --aur envision-xr-git yay --noconfirm -S --needed --aur monado-vulkan-layers-git yay --noconfirm -S --needed --aur alvr-nvidia + yay --noconfirm -S --needed --aur wlx-overlay-s-git fi printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'