mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 12:32:27 +01:00
7 lines
194 B
Text
7 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 !>
|