aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-03-14 01:59:14 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-03-14 02:00:01 +0100
commit9302c41900f1bb632716d730f3904365fae73aa7 (patch)
tree7f046baea53c26641e1888313734ff8ccb36c727 /config
parenta1425093dadec4430d3b648a337756bac7bcbab6 (diff)
Use remote MPD and Notch
Diffstat (limited to 'config')
-rw-r--r--config/niri/config.kdl4
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.