diff options
| author | Gibheer <gibheer+git@zero-knowledge.org> | 2026-05-16 23:06:17 +0200 |
|---|---|---|
| committer | Gibheer <gibheer+git@zero-knowledge.org> | 2026-05-16 23:06:17 +0200 |
| commit | ffad41e1338e95baae7016c60949f30f6c9daddf (patch) | |
| tree | 94df0313fdc7730e4ced61a4c5f1a89dcd32ceee | |
| parent | e26e3908e761c7a888b9afbf3917ffc6b6b2401b (diff) | |
remove commented line
| -rwxr-xr-x | bin/monitor | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/monitor b/bin/monitor index 481a918..fc3475b 100755 --- a/bin/monitor +++ b/bin/monitor @@ -8,6 +8,5 @@ monitor="$(hyprctl monitors all | awk '/Monitor/ { if ($2 != "eDP-1") { print $2 if [ "$1" -eq "0" ]; then hyprctl keyword monitor $monitor,disable else - #hyprctl keyword monitor $monitor,preferred,auto-left,1 hyprctl keyword monitor $monitor,preferred,auto-left,1 fi |
