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, F, togglespecialworkspace, fzfmenu
|
||||||
bind = $mainMod, V, togglespecialworkspace, mixer
|
bind = $mainMod, V, togglespecialworkspace, mixer
|
||||||
bind = $mainMod, A, togglespecialworkspace, ranger
|
bind = $mainMod, A, togglespecialworkspace, ranger
|
||||||
bind = $mainMod, H, togglespecialworkspace, wivrn
|
bind = $mainMod, H, togglespecialworkspace, envision
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
@ -272,9 +272,9 @@ windowrulev2 = size 80% 80%, onworkspace:special:ranger
|
|||||||
workspace = special:ranger, on-created-empty:kitty ranger
|
workspace = special:ranger, on-created-empty:kitty ranger
|
||||||
|
|
||||||
# Wivrn
|
# Wivrn
|
||||||
windowrulev2 = float, onworkspace:special:wivrn
|
windowrulev2 = float, onworkspace:special:envision
|
||||||
windowrulev2 = size 80% 80%, onworkspace:special:wivrn
|
windowrulev2 = size 80% 80%, onworkspace:special:envision
|
||||||
workspace = special:wivrn, on-created-empty:io.github.wivrn.wivrn
|
workspace = special:envision, on-created-empty:envision
|
||||||
|
|
||||||
# Discord
|
# Discord
|
||||||
windowrulev2 = size 450 253, initialTitle:^(Discord Popout)$
|
windowrulev2 = size 450 253, initialTitle:^(Discord Popout)$
|
||||||
|
|||||||
@ -405,10 +405,11 @@ fi
|
|||||||
# Install vr utility
|
# Install vr utility
|
||||||
if [ "$VR" == "yes" ]; then
|
if [ "$VR" == "yes" ]; then
|
||||||
printf -- '\033[33m Installing vr utilities\n\033[37m'
|
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 envision-xr-git
|
||||||
yay --noconfirm -S --needed --aur monado-vulkan-layers-git
|
yay --noconfirm -S --needed --aur monado-vulkan-layers-git
|
||||||
yay --noconfirm -S --needed --aur alvr-nvidia
|
yay --noconfirm -S --needed --aur alvr-nvidia
|
||||||
|
yay --noconfirm -S --needed --aur wlx-overlay-s-git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'
|
printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user