From 0e609f22338acf72980989c2c03067e736848eef Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 8 Nov 2023 13:28:31 +0900 Subject: [PATCH 1/3] for VM set auto resolution --- copy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/copy.sh b/copy.sh index 1a30555..f5d787b 100644 --- a/copy.sh +++ b/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 From 2515ab860da94ae212ea33b685a0d9c121c68a58 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 9 Nov 2023 00:52:05 +0900 Subject: [PATCH 2/3] corrected indention on waybar-default --- config/waybar/configs/config-default | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index a9e480a..e934c8b 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -26,20 +26,20 @@ "custom/weather", ], - "modules-center": [ - "custom/menu", - "custom/separator#dot-line", - "idle_inhibitor", - "custom/separator#dot-line", - "clock", - "custom/separator#dot-line", - "custom/light_dark", - "custom/separator#dot-line", - "custom/lock", - //], - "custom/separator#dot-line", - "custom/keybinds", - ], +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], "modules-right": [ //"hyprland/window", From b91179ab6a7d5b8699b7d8986f8afbf3ee07ef1d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 9 Nov 2023 13:26:33 +0900 Subject: [PATCH 3/3] Lockscreen timeout correction --- config/hypr/configs/Execs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index a577776..7e25d2a 100644 --- a/config/hypr/configs/Execs.conf +++ b/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