From 59a2cccc1521bf6b6f6c87e46f606c4867ac0b2b Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Mon, 13 May 2024 21:08:18 +0200 Subject: [PATCH] Add kanshi --- .config/kanshi/config | 25 +++++++++++++++++++++++++ .config/river/init | 5 ++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .config/kanshi/config diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..51ec1b0 --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,25 @@ +profile { + output HDMI-A-1 { + mode 1920x1080@60 + position 1920,0 + } + + output DP-1 { + mode 1920x1080@144.001007 + position 0,0 + } +} + +profile { + output DP-1 { + mode 1920x1080@144.001007 + position 0,0 + } +} + +profile { + output HDMI-A-1 { + mode 1920x1080@60 + position 0,0 + } +} diff --git a/.config/river/init b/.config/river/init index 946d496..db15a09 100755 --- a/.config/river/init +++ b/.config/river/init @@ -206,7 +206,10 @@ riverctl map normal Super V spawn 'bash -c "cliphist list | rofi -dmenu | cliphi ########## # wlr-randr -wlr-randr --output HDMI-A-1 --on --mode 1920x1080@60Hz --pos 1920,0 --output DP-1 --on --mode 1920x1080@144.001007Hz --pos 0,0 +# wlr-randr --output HDMI-A-1 --on --mode 1920x1080@60Hz --pos 1920,0 --output DP-1 --on --mode 1920x1080@144.001007Hz --pos 0,0 + +# kanshi +kanshi & #######