Files
nixos/henrovnix_ok/assets/conf/desktop/hypr/scripts/hyprscrolling-per-monitor.sh
T
2026-02-26 15:08:28 +01:00

18 lines
302 B
Bash
Executable File

#!/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