Browse Source

Merge branch 'main' into main

pull/13/head
Krautt 2 years ago committed by GitHub
parent
commit
a54a689560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/hypr/configs/Execs.conf
  2. 1
      copy.sh

2
config/hypr/configs/Execs.conf

@ -48,7 +48,7 @@ exec-once = $scriptsDir/RainbowBorders.sh
# sway-idle with lock only
exec-once = swayidle -w timeout 1200 '$lock' timeout 1200
exec-once = swayidle -w timeout 1200 '$lock'
# sway-idle with lock and sleep
#exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
# sway idle without lock

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