Adapted hyprscroll scripts

This commit is contained in:
2026-02-26 15:08:28 +01:00
parent 234efc1b6c
commit 4d5652eb85
3 changed files with 314 additions and 314 deletions
+297 -297
View File
File diff suppressed because it is too large Load Diff
@@ -1,17 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
# Adjust these to match `hyprctl monitors`
ULTRAWIDE="DP-1"
LAPTOP="eDP-1"
MONITOR="$1"
case "$MONITOR" in
"$ULTRAWIDE")
hyprctl dispatch layoutmsg colresize all 0.25
;;
"$LAPTOP")
hyprctl dispatch layoutmsg colresize all 1.0
;;
esac
@@ -0,0 +1,17 @@
#!/usr/bin/env bash
set -euo pipefail
# Adjust these to match `hyprctl monitors`
ULTRAWIDE="DP-1"
LAPTOP="eDP-1"
MONITOR="$1"
#case "$MONITOR" in
#"$ULTRAWIDE")
# hyprctl dispatch layoutmsg colresize all 0.25
# ;;
#"$LAPTOP")
# hyprctl dispatch layoutmsg colresize all 1.0
# ;;
#esac