Skip to content

Commit a563158

Browse files
committed
fix(rofi): use uwsm to start apps
this make each app running in their own systemd scope and it should act like this
1 parent 7be3af3 commit a563158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/rofi/home.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ in {
1616
show-icons = true;
1717
display-drun = " ";
1818
drun-display-format = "{name}";
19+
run-command = "uwsm app -- {cmd}";
1920
};
2021
font = "JetBrainsMono Nerd Font 10";
2122
theme = let

0 commit comments

Comments
 (0)