diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-01-26 13:23:02 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-01-26 13:23:02 +0530 |
commit | 0524f091733ce7c94abecd852ebee913a5a7dc21 (patch) | |
tree | 98177095ff9c78214dc1b0beb58731f4a1221b30 | |
parent | 2dea47a87e8a103087e1dba0bca531ade7fb297c (diff) |
kanshi: disable all other display when using laptop's screen
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/kanshi/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index 622d7da..19029cf 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -1,5 +1,6 @@ profile { - output eDP-1 mode 1920x1080@60.001Hz scale 1 position 0,0 + output eDP-1 enable position 0,0 + output * disable } profile { |