Add kanshi

This commit is contained in:
Hydroxycarbamide 2024-05-13 21:08:18 +02:00
parent fcf02af9b9
commit 59a2cccc15
2 changed files with 29 additions and 1 deletions

25
.config/kanshi/config Normal file
View file

@ -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
}
}

View file

@ -206,7 +206,10 @@ riverctl map normal Super V spawn 'bash -c "cliphist list | rofi -dmenu | cliphi
########## ##########
# wlr-randr # 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 &
####### #######