diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-12 16:17:25 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-12 16:17:25 -0700 |
| commit | ca15f758bd29309d37486d25ac148950e905f551 (patch) | |
| tree | 7bce93c0ea09f299d4f25942f2c58e4d00688a56 /modules/home | |
| parent | 822b4242183fd466c3326b2dfb26ae5a9222407c (diff) | |
Add premid to i3 startup
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 = { |