diff options
| author | Krautt <150212156+Krautt@users.noreply.github.com> | 2023-11-09 01:41:24 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 01:41:24 -0300 |
| commit | a54a6895607a2204df2b6810112ab3e53cc23c26 (patch) | |
| tree | 362422d9f7972a121df18f298f92c751727b9a51 | |
| parent | 4355f4b5fcf0ac44be918a0476ac969b6dce0ee5 (diff) | |
| parent | b91179ab6a7d5b8699b7d8986f8afbf3ee07ef1d (diff) | |
Merge branch 'main' into main
| -rw-r--r-- | config/hypr/configs/Execs.conf | 2 | ||||
| -rw-r--r-- | config/waybar/configs/config-default | 28 | ||||
| -rw-r--r-- | copy.sh | 1 |
3 files changed, 16 insertions, 15 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index a5777762..7e25d2a5 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 diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index a9e480a3..e934c8bc 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", @@ -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 |
