mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-05 04:19:07 -04:00
Add kanshi
This commit is contained in:
parent
fcf02af9b9
commit
59a2cccc15
2 changed files with 29 additions and 1 deletions
25
.config/kanshi/config
Normal file
25
.config/kanshi/config
Normal 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
|
||||||
|
}
|
||||||
|
}
|
|
@ -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 &
|
||||||
|
|
||||||
|
|
||||||
#######
|
#######
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue