Adapted hyprscroll scripts
This commit is contained in:
+297
-297
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
|
||||
Reference in New Issue
Block a user