mainly xfce. And a lot of other things i dont remember

This commit is contained in:
2026-01-06 21:25:19 +01:00
parent 1cac4ca84d
commit 3beb78a829
48 changed files with 958 additions and 223 deletions

View File

@@ -14,7 +14,7 @@ input {
// For example:
layout "us,de"
options "grp:win_space_toggle"
options "grp:alt_shift_toggle"
}
// Enable numlock on startup, omitting this setting disables it.
@@ -63,6 +63,7 @@ input {
// focus-follows-mouse max-scroll-amount="0%"
}
// You can configure outputs by their name, which you can find
// by running `niri msg outputs` while inside a niri instance.
// The built-in laptop monitor is usually called "eDP-1".
@@ -97,7 +98,14 @@ output "eDP-1" {
// so to put another output directly adjacent to it on the right, set its x to 1920.
// If the position is unset or results in an overlap, the output is instead placed
// automatically.
// position x=1280 y=0
position x=0 y=0
}
output "HDMI-A-1" {
mode "1920x1080"
scale 1
transform "normal"
position x=1920 y=0
}
// Settings that influence how windows are positioned and sized.