mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 14:33:26 +01:00
8 lines
194 B
Text
8 lines
194 B
Text
|
<!
|
||
|
-- File containing GTK3 filemanager bookmarks
|
||
|
-- Used by Thunar among others
|
||
|
local bookmarks = opt.filemanager_bookmarks or {}
|
||
|
for _, bm in _G.pairs(bookmarks) do
|
||
|
!>file://<% bm %>
|
||
|
<! end !>
|