diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3.nix | 2 |
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 = { |