From ca15f758bd29309d37486d25ac148950e905f551 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 16:17:25 -0700 Subject: Add premid to i3 startup --- modules/home/i3.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home') 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 = { -- cgit v1.2.3