Browse Source

for VM set auto resolution

pull/13/head
JaKooLit 2 years ago
parent
commit
0e609f2233
  1. 1
      copy.sh

1
copy.sh

@ -32,6 +32,7 @@ if hostnamectl | grep -q 'Chassis: vm'; then
echo "This script is running in a virtual machine."
sed -i '/env = WLR_NO_HARDWARE_CURSORS,1/s/^#//' config/hypr/configs/ENVariables.conf
sed -i '/env = WLR_RENDERER_ALLOW_SOFTWARE,1/s/^#//' config/hypr/configs/ENVariables.conf
sed -i '/monitor = Virtual-1, 1920x1080@60,auto,1/s/^#//' config/hypr/configs/Monitors.conf
fi
# preparing hyprland.conf keyboard layout

Loading…
Cancel
Save