aboutsummaryrefslogtreecommitdiff
path: root/bin/monitor
blob: 0e69f60692c285281c2a1b79d1254994abcad75e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
if [ -z "$1" ]; then
  exit 1
fi

if [ "$1" -eq "0" ]; then
  hyprctl keyword monitor DP-1,disable
else
  hyprctl keyword monitor DP-1,preferred,auto-left,1
fi