mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-28 05:53:57 +02:00
14 lines
453 B
KDL
14 lines
453 B
KDL
output "eDP-1" {
|
|
scale 1.500000
|
|
transform "normal"
|
|
mode "2560x1600@60"
|
|
position x=0 y=0
|
|
}
|
|
workspace "1terminal" { open-on-output "eDP-1"; }
|
|
workspace "2browser" { open-on-output "eDP-1"; }
|
|
workspace "3chat" { open-on-output "eDP-1"; }
|
|
workspace "4entertainment" { open-on-output "eDP-1"; }
|
|
workspace "5utility" { open-on-output "eDP-1"; }
|
|
workspace "0other" { open-on-output "eDP-1"; }
|
|
debug { render-drm-device "/dev/dri/renderD128"; }
|