mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: convert encoding to utf-8 (a bug introduced by AI)
This commit is contained in:
@@ -23,12 +23,13 @@ output "DP-2" {
|
|||||||
// The cursor can only move between directly adjacent outputs.
|
// The cursor can only move between directly adjacent outputs.
|
||||||
// Output scale has to be taken into account for positioning:
|
// Output scale has to be taken into account for positioning:
|
||||||
// outputs are sized in logical, or scaled, pixels.
|
// outputs are sized in logical, or scaled, pixels.
|
||||||
// For example, a 3840×2160 output with scale 2.0 will have a logical size of 1920×1080,
|
// For example, a 3840×2160 output with scale 2.0 will have a logical size of 1920×1080,
|
||||||
// so to put another output directly adjacent to it on the right, set its x to 1920.
|
// so to put another output directly adjacent to it on the right, set its x to 1920.
|
||||||
// It the position is unset or results in an overlap, the output is instead placed
|
// It the position is unset or results in an overlap, the output is instead placed
|
||||||
// automatically.
|
// automatically.
|
||||||
position x=0 y=0
|
position x=0 y=0
|
||||||
}
|
}
|
||||||
|
|
||||||
output "HDMI-A-1" {
|
output "HDMI-A-1" {
|
||||||
scale 1.5
|
scale 1.5
|
||||||
transform "normal"
|
transform "normal"
|
||||||
@@ -44,4 +45,4 @@ workspace "5music" { open-on-output "DP-2"; }
|
|||||||
workspace "1terminal" { open-on-output "HDMI-A-1"; }
|
workspace "1terminal" { open-on-output "HDMI-A-1"; }
|
||||||
workspace "3chat" { open-on-output "HDMI-A-1"; }
|
workspace "3chat" { open-on-output "HDMI-A-1"; }
|
||||||
workspace "6file" { open-on-output "HDMI-A-1"; }
|
workspace "6file" { open-on-output "HDMI-A-1"; }
|
||||||
workspace "0other" { open-on-output "HDMI-A-1"; }
|
workspace "0other" { open-on-output "HDMI-A-1"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user