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 & #######