diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2025-09-14 20:58:32 +0200 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2025-09-14 20:58:32 +0200 |
commit | edb096f5b04f9da1ee8ebc0f77acbf74e0f58a83 (patch) | |
tree | 264efd309ea17ddf8797d65f7fb8a52d2710a1be /bin | |
parent | dd723996c91c75682b2e8167c96abb82fea5a09a (diff) |
monitor name changed
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/monitor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/monitor b/bin/monitor index 34218c2..0e69f60 100755 --- a/bin/monitor +++ b/bin/monitor @@ -4,7 +4,7 @@ if [ -z "$1" ]; then fi if [ "$1" -eq "0" ]; then - hyprctl keyword monitor DP-2,disable + hyprctl keyword monitor DP-1,disable else - hyprctl keyword monitor DP-2,preferred,auto-left,1 + hyprctl keyword monitor DP-1,preferred,auto-left,1 fi |