files: lf: Update file organization

pull/1/head
anemofilia 2023-10-29 15:19:18 -03:00 committed by Luis Guilherme Coelho
parent 8c653915bc
commit 3040275015
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
2 changed files with 4 additions and 2 deletions

View File

@ -65,7 +65,7 @@ terminal = "xst"
editor = "kak"
browser = "icecat"
editor_cmd = terminal.." -e "..editor
file_manager = terminal.." -g 137x31-320+16 -c Lf -e "..gears.filesystem.get_dir("config").."/../lf/lfrun"
file_manager = terminal.." -g 137x31-320+16 -c Lf -e /home/radio/.local/bin/lf/lfrun"
irc_client = terminal.." -g 137x31-320+16 -c Weechat -e weechat"
rss_reader = terminal.." -g 137x31-320+16 -e newsraft"
music_player = terminal.." -g 137x31-320+16 -e ncmpcpp"
@ -865,6 +865,7 @@ autorunApps = {
"xset b off",
"xbanish",
"oneko -tofocus",
"oneko -tofocus -position 10x0 -fg #ffffff",
}
if autorun then
for app = 1, #autorunApps do

View File

@ -3,4 +3,5 @@
#:export (config))
(define config
(local-file "../../../files/lf"))
(local-file "../../../files/lf"
#:recursive? #t))