files: lf: Update file organization
parent
8c653915bc
commit
3040275015
|
@ -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
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
#:export (config))
|
||||
|
||||
(define config
|
||||
(local-file "../../../files/lf"))
|
||||
(local-file "../../../files/lf"
|
||||
#:recursive? #t))
|
||||
|
|
Loading…
Reference in New Issue