Use rofi as output chooser for screencast
Slurp does not allow for selecting windows.
This commit is contained in:
parent
c2d242301c
commit
591f8f4da7
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
screencast = {
|
||||
chooser_type = "simple";
|
||||
chooser_cmd = "${pkgs.slurp}/bin/slurp -f 'Select: %o' -or";
|
||||
chooser_type = "dmenu";
|
||||
chooser_cmd = "${lib.getExe pkgs.rofi} -dmenu -p 'Select a source to share:'";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue