summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-25 22:00:22 -0500
committerZachIR <zachir@librem.one>2025-07-25 22:00:22 -0500
commita0e8cb8576a5ff8b3e527fc1e40d281df8531481 (patch)
tree32e92c751da868cb4459765a61b024cb6813dd7b
parent800356337d137e21924ff9d039869fa8972298ec (diff)
parentbb5665653225727065d12807dabea9f0b4004ee3 (diff)
Merge branch 'master' into car
-rw-r--r--niri/config.kdl8
1 files changed, 8 insertions, 0 deletions
diff --git a/niri/config.kdl b/niri/config.kdl
index 4ee1a8a..7a7f7ec 100644
--- a/niri/config.kdl
+++ b/niri/config.kdl
@@ -275,6 +275,11 @@ spawn-at-startup "waybar"
spawn-at-startup "hyprpaper"
spawn-at-startup "hypridle"
spawn-at-startup "dunst"
+spawn-at-startup "xwayland-satellite"
+
+environment {
+ DISPLAY ":0"
+}
// 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.
@@ -601,4 +606,7 @@ binds {
// Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key.
Mod+Shift+P { power-off-monitors; }
+
+ // Browsers
+ Super+Alt+W { spawn "lwc"; }
}