aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-12 16:17:25 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-12 16:17:25 -0700
commitca15f758bd29309d37486d25ac148950e905f551 (patch)
tree7bce93c0ea09f299d4f25942f2c58e4d00688a56
parent822b4242183fd466c3326b2dfb26ae5a9222407c (diff)
Add premid to i3 startup
-rw-r--r--modules/home/i3.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/i3.nix b/modules/home/i3.nix
index 19691dd..10d62c7 100644
--- a/modules/home/i3.nix
+++ b/modules/home/i3.nix
@@ -94,6 +94,8 @@
{ command = "polybar"; always = true; notification = false; }
{ command = "systemctl --user restart picom"; always = true; notification = false; }
{ command = "${pkgs.feh}/bin/feh --bg-fill ~/Pictures/bg/${config.theme.background}"; always = true; notification = false; }
+
+ { command = "${pkgs.premid}/bin/premid --no-sandbox"; always = false; notification = false; }
];
keybindings = {