diff options
author | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
commit | 222fe9a9ffc5430ea28173f01482f30b26f22648 (patch) | |
tree | d11094fe10c854cd23dfa5f49850e1facfefe116 /.local/bin/bookmarks | |
parent | 9e12eb5b61daa6fc864301893bc6242614777d76 (diff) | |
download | hyprdots-222fe9a9ffc5430ea28173f01482f30b26f22648.tar.gz |
update
Diffstat (limited to '.local/bin/bookmarks')
-rwxr-xr-x | .local/bin/bookmarks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/bookmarks b/.local/bin/bookmarks index 45971f3..a04a403 100755 --- a/.local/bin/bookmarks +++ b/.local/bin/bookmarks @@ -8,7 +8,7 @@ CLIPBOARD() { } DMENU() { - rofi -dmenu -i -l "${1}" -p "${2}" + mew -i -l "${1}" -p "${2}" } error_notify() { |