Updated scripts
This commit is contained in:
parent
2dc09ee08a
commit
fbbd7e5d48
@ -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)$
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user