diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-09-09 06:02:37 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-09-09 06:02:37 +0530 |
commit | 84457fdb1f4c3be36d0ffba8dbfafda52fd1cd42 (patch) | |
tree | 2cc98708299ea9d9c3fb54128ec7ce53b953caca | |
parent | dbe3b8034a17a816ed91f7760afea0934c517dfa (diff) |
kanshi: adding kanshi config
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/kanshi/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..f2522c5 --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,9 @@ +profile { + output eDP-1 mode 1920x1080@60.001Hz scale 1 position 0,0 +} + +profile { + output DP-5 mode 2560x1440 position 2000,0 transform 90 + output DP-7 mode 3840x2160 position 3440,0 + output eDP-1 disable +} |