@@ 81,8 81,8 @@ on C-c or for any other terminal restoration code.
- **Default variables:** (override by setting `F_FILES=1`)
- ```sh
F_FILES_HANDLERS='
-[.](mp4|mov|avi)$ ^ 9 0 [ ] p q ^ mpv --vo=tct ^
-[.](webm|ogg|mp3|flac)$ ^ 9 0 [ ] p q ^ mpv --no-video ^
+[.](mp4|mov|avi)$ ^ 9 0 [ ] p q ^ mpv --volume=10 --vo=tct ^
+[.](webm|ogg|mp3|m4a|wav|flac|opus)$ ^ 9 0 [ ] p q ^ mpv --volume=10 --no-video ^
[.](jpg|jpeg|gif|webm|png)$ ^ q j k a + - 100s 150s 200s v h i q ^ fbi ^ pkill -9 fbi
[.](pdf)$ ^ q j k a + - 100s 150s 200s v h i q ^ fbgs -r 200 ^ pkill -9 fbi
. ^ Z X Q :q :w :wq j k h l ^ vim ^
@@ 105,10 105,9 @@ Currently supports only the game: moon-buggy!
### **f_maps**
- **Description:** Browse OSM maps using mepo (via SDL directfb).
-- **Documentation:** Launches mepo to browse OSM maps in SDL / directfb mode. Currently
-experimental compatibility currently. Newer versions of mepo should
-have good support via helper scripts using chvt for menu entries.
-- **Dependencies:** mepo tslib
+- **Documentation:** Launches mepo to browse OSM maps in SDL / directfb mode. Uses chvt
+and vis-menu to present menus as needed via mepo's helper menu script.
+- **Dependencies:** mepo tslib directfb mesa-gl kbd vis
- **Source:** [f_maps](./scripts/f_maps)
@@ 159,11 158,11 @@ F_PHONE_COUNTRYCODE='US'
- **Description:** Fetches data from RSS via sfeed and allows you to view via sfeed_curses
- **Documentation:** Allows you to fetch RSS feeds via sfeed and then view via sfeed_curses with
keybindings pre-setup in fbp.
-Use the env variable $F_SFEEDRC_DATA to customize the sfeedrc data contents.
-- **Dependencies:** sfeed sfeed_curses
+Use the env variable $F_RSS_SFEEDRC_DATA to customize the sfeedrc data contents.
+- **Dependencies:** sfeed w3m
- **Default variables:** (override by setting `F_RSS=1`)
- ```sh
-F_SFEEDRC_DATA="
+F_RSS_SFEEDRC_DATA="
feeds() {
feed "Tech/Pine64" "https://www.pine64.org/rss"
feed "Tech/Slashdot" "http://feeds.feedburner.com/SlashdotSitenews"
@@ 179,11 178,11 @@ feed "Tech/Suckless" "http://git.suckless.org/sites/atom.xml"
### **f_theme**
- **Description:** Change the framebuffer theme (font & colors)
-- **Documentation:** Allows customizing your framebuffer's theme by setting
-the font and colors. Uses the setterm and setfont command line
-tools - so only applicable in the TTY / framebuffer. Also uses
-escape codes to make colors (true black / true white).
-Use the variables for $F_THEME_FONT_{SM,MD,LG} to set the fonts
+- **Documentation:** Allows customizing your framebuffer's theme by setting the font, colors,
+and framebuffer rotation. Uses the setterm and setfont command line
+tools - so only applicable in the TTY / framebuffer. Also uses escape
+codes to make colors (true black / true white).
+Use the variables for $F_THEME_FONT{SM,MD,LG} to set the fonts
used for {sm,md,lg}{white,dark}.
- **Dependencies:** terminus-font util-linux-misc
- **Default variables:** (override by setting `F_THEME=1`)