fix: more sensible document path
This commit is contained in:
parent
bbbaafcf8e
commit
c55f20e9fd
3
bin/bm
3
bin/bm
|
@ -9,8 +9,7 @@
|
||||||
# - [gmail](https://gmail.com)
|
# - [gmail](https://gmail.com)
|
||||||
# ```
|
# ```
|
||||||
|
|
||||||
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
|
set -q BOOKMARK_PATH; or set BOOKMARK_PATH $HOME/Documents/bookmarks.md
|
||||||
set -q BOOKMARK_PATH; or set BOOKMARK_PATH $XDG_CONFIG_HOME/bookmarks.md
|
|
||||||
if set -q BOOKMARK_SEARCHER
|
if set -q BOOKMARK_SEARCHER
|
||||||
set BOOKMARK_SEARCHER (string split ' ' $BOOKMARK_SEARCHER)
|
set BOOKMARK_SEARCHER (string split ' ' $BOOKMARK_SEARCHER)
|
||||||
else
|
else
|
||||||
|
|
|
@ -567,7 +567,7 @@ local globalkeys = gears.table.join(
|
||||||
function() awful.spawn.with_shell('D_SELECTOR="rofi -dmenu -p dict.sh" d "$(xsel -o)"') end,
|
function() awful.spawn.with_shell('D_SELECTOR="rofi -dmenu -p dict.sh" d "$(xsel -o)"') end,
|
||||||
{ description = "dict.sh", group = "launcher" }),
|
{ description = "dict.sh", group = "launcher" }),
|
||||||
awful.key({ modkey }, "o",
|
awful.key({ modkey }, "o",
|
||||||
function() awful.spawn.with_shell('find ~/Nextcloud/notes/ | rofi -dmenu -title notes | xargs xdg-open') end,
|
function() awful.spawn.with_shell('find ~/Documents/ | rofi -dmenu -title notes | xargs xdg-open') end,
|
||||||
{ description = "open note", group = "launcher" })
|
{ description = "open note", group = "launcher" })
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user