diff options
| -rw-r--r-- | config/niri/config.kdl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/niri/config.kdl b/config/niri/config.kdl index 4410218..175604a 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -10,6 +10,7 @@ environment { SDL_VIDEODRIVER "wayland" _JAVA_AWT_WM_NONREPARENTING "1" ELECTRON_OZONE_PLATFORM_HINT "auto" + MPD_HOST "music.bdr.place" } // Input device configuration. @@ -85,7 +86,7 @@ output "eDP-1" { // for the resolution. // If the mode is omitted altogether or is invalid, niri will pick one automatically. // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. - mode "3024x1890@60.000" + mode "3024x1964@60.000" // You can use integer or fractional scale, for example use 1.5 for 150% scale. scale 1.68 @@ -253,6 +254,7 @@ layout { // spawn-at-startup "alacritty" "-e" "fish" spawn-at-startup "xwayland-satellite" spawn-at-startup "wl-paste" "--watch" "cliphist" "store" +spawn-at-startup "systemctl" "--user" "import-environment" "MPD_HOST" // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. |