use kanshi for screen configuration
This commit is contained in:
parent
9b1802165a
commit
b2ac664f6c
2 changed files with 9 additions and 8 deletions
7
dot.config/kanshi/config
Normal file
7
dot.config/kanshi/config
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
output eDP-1 enable mode 3200x1800 position 0,0 scale 2
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output eDP-1 enable mode 3200x1800 position 0,0 scale 2
|
||||||
|
output "Philips Consumer Electronics Company PHL BDM3270 AU11749004259" mode 2560x1440 position 0,-900 scale 1.6
|
||||||
|
}
|
|
@ -34,20 +34,14 @@ set $ws8 "8: 8 "
|
||||||
set $ws9 "9: 9 "
|
set $ws9 "9: 9 "
|
||||||
set $ws10 "10: 10 "
|
set $ws10 "10: 10 "
|
||||||
|
|
||||||
|
output "*" bg ~/Media/wallpaper.jpg fit
|
||||||
|
|
||||||
output eDP-1 {
|
output eDP-1 {
|
||||||
background ~/Media/wallpaper.jpg fit
|
|
||||||
resolution 3200x1800
|
resolution 3200x1800
|
||||||
pos 0 0
|
pos 0 0
|
||||||
scale 2
|
scale 2
|
||||||
}
|
}
|
||||||
|
|
||||||
output 'Philips Consumer Electronics Company PHL BDM3270 AU11749004259' {
|
|
||||||
background ~/Media/wallpaper.jpg fit
|
|
||||||
resolution 2560x1440
|
|
||||||
pos 0 -900
|
|
||||||
scale 1.6
|
|
||||||
}
|
|
||||||
|
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout us
|
xkb_layout us
|
||||||
xkb_variant alt-intl-unicode
|
xkb_variant alt-intl-unicode
|
||||||
|
|
Loading…
Add table
Reference in a new issue