AutoYADM commit: 2025-05-04 17:29:08
This commit is contained in:
parent
29730d2b7b
commit
01bedf9fa8
1 changed files with 17 additions and 0 deletions
17
.config/niri/scripts/rofi-rbw-wrapper.fish
Executable file
17
.config/niri/scripts/rofi-rbw-wrapper.fish
Executable file
|
@ -0,0 +1,17 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
set -l cmd $argv[1]
|
||||||
|
|
||||||
|
set -l opts --selector fuzzel --clear-after 60 --clipboarder wl-copy --typer wtype --use-notify-send
|
||||||
|
|
||||||
|
if test "$cmd" = type
|
||||||
|
rofi-rbw $opts --action type
|
||||||
|
else if test "$cmd" = copy
|
||||||
|
rofi-rbw $opts --action copy
|
||||||
|
else if test "$cmd" = print
|
||||||
|
rofi-rbw $opts --action print
|
||||||
|
else
|
||||||
|
return 1
|
||||||
|
end
|
||||||
|
|
||||||
|
rofi-rbw $opts
|
Loading…
Add table
Add a link
Reference in a new issue