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