diff --git a/.gitignore b/.gitignore index ee31ee1..6f3a2c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .mlvwm/pixmap/cool-retro-term.xpm .mlvwm/pixmap/firefox.xpm .mlvwm/pixmap/iridium.xpm +.mlvwm/pixmap/links.xpm .mlvwm/pixmap/mpv.xpm .mlvwm/pixmap/qemu.xpm .mlvwm/pixmap/scummvm.xpm diff --git a/.mlvwm/apps/.AppsManifest b/.mlvwm/apps/.AppsManifest index 3dda383..9d94d91 100644 --- a/.mlvwm/apps/.AppsManifest +++ b/.mlvwm/apps/.AppsManifest @@ -8,6 +8,7 @@ Read .mlvwm/apps/firefox Read .mlvwm/apps/gxmessage Read .mlvwm/apps/HandBrake Read .mlvwm/apps/krita +Read .mlvwm/apps/links Read .mlvwm/apps/meld Read .mlvwm/apps/mpv Read .mlvwm/apps/pcmanfm diff --git a/.mlvwm/apps/links b/.mlvwm/apps/links new file mode 100644 index 0000000..b9e88df --- /dev/null +++ b/.mlvwm/apps/links @@ -0,0 +1,97 @@ +Menu Links-File, Label "File", Left +"Go to URL..." Action SendMessage N+g +"Go Back" Action SendMessage N+z +"Go Forward" Action SendMessage N+x +"History" NonSelect, Gray +"Reload" Action SendMessage C+R +"Bookmarks" Action SendMessage N+s +"New Window" Action Exec "links" exec links -g +"" NonSelect +"Save As..." NonSelect, Gray +"Save URL As..." NonSelect, Gray +"Copy Current URL Location" NonSelect, Gray +"" NonSelect +"Kill Background Connections" NonSelect, Gray +"Kill All Connections" NonSelect, Gray +"Flush All Caches" NonSelect, Gray +"Resource Info..." NonSelect, Gray +"" NonSelect +"OS Shell" NonSelect, Gray +"" NonSelect +"Quit" Action SendMessage N+q +END + +Menu Links-View, Label "View", Left +"Search..." Action SendMessage N+slash +"Search Backward" Action SendMessage N+question +"Find Next" Action SendMessage N+n +"Find Previous" Action SendMessage N+N +"" NonSelect +"Toggle HTML/Plain" Action SendMessage N+backslash +"Document Info..." Action SendMessage N+equal +"Header Info..." Action SendMessage N+pipe +"Frame at Full-screen" Action SendMessage N+f +"" NonSelect +"Save Clipboard to File..." NonSelect, Gray +"Load Clipboard from File..." NonSelect, Gray +"" NonSelect +"HTML Options..." NonSelect, Gray +"Color..." NonSelect, Gray +"Save HTML Options..." NonSelect, Gray +END + +Menu Link-Link, Label "Link", Left +END + +Menu Link-Downloads, Label "Downloads", Left +END + +Menu Link-Setup-Network +"Connections" NonSelect, Gray +"IPv6 Optionss..." NonSelect, Gray +"Proxies" NonSelect, Gray +"SSL Options..." NonSelect, Gray +"DNS Options..." NonSelect, Gray +"HTTP Options..." NonSelect, Gray +"FTP Options..." NonSelect, Gray +"SMB Options..." NonSelect, Gray +END + +Menu Link-Setup, Label "Setup", Left +"Language" NonSelect, Gray +"Video Options..." NonSelect, Gray +"Network Options" SubMenu Link-Setup-Network +"Cookies..." NonSelect, Gray +"Miscellaneous Options..." NonSelect, Gray +"Fonts..." NonSelect, Gray +"Cache..." NonSelect, Gray +"Mail and Telnet..." NonSelect, Gray +"Associations..." NonSelect, Gray +"File Extensions..." NonSelect, Gray +"Blocked Images..." NonSelect, Gray +"" NonSelect +"Save Options" NonSelect, Gray +END + +Menu Links-Help, Label "Help", Left +"About" NonSelect, Gray +"Keys" Action SendMessage N+F1 +"User Manual" NonSelect, Gray +"Home page" NonSelect, Gray +"Calibration" NonSelect, Gray +"Copying" NonSelect, Gray +END + +MenuBar Links +Links-File +Links-View +Links-Link +Links-Downloads +Links-Setup +Links-Help +END + +Style +"Links*" MaxmizeScale 80x80, NoSBarH, NoSBarV +"Links*" MiniIcon links.xpm, MenuBar Links +END diff --git a/Makefile b/Makefile index bb60cb9..4f4dde1 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,12 @@ pixmap: curl -# -L https://raw.githubusercontent.com/zealdocs/zeal/main/assets/freedesktop/16-apps-zeal.png -o $(TEMP)/zeal.png convert $(TEMP)/zeal.png $(PIXMAP)/zeal.xpm # + # download & convert icons from source code archives + # + curl -# -L http://links.twibright.com/download/links-2.29.tar.gz -o $(TEMP)/links-2.29.tar.gz + tar -xzf $(TEMP)/links-2.29.tar.gz -C $(TEMP) links-2.29/linkswin.ico + convert $(TEMP)/links-2.29/linkswin.ico[0] $(PIXMAP)/links.xpm + # # download & convert website favicons # convert https://play0ad.com/favicon.ico $(PIXMAP)/0ad.xpm @@ -74,6 +80,7 @@ clean-pixmap: rm $(PIXMAP)/cool-retro-term.xpm rm $(PIXMAP)/firefox.xpm rm $(PIXMAP)/iridium.xpm + rm $(PIXMAP)/links.xpm rm $(PIXMAP)/mpv.xpm rm $(PIXMAP)/qemu.xpm rm $(PIXMAP)/scummvm.xpm diff --git a/README.md b/README.md index f0a3cfd..f13c1a1 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Configurations for the following X11 applications are included: * [0ad](https://play0ad.com/) * [ARandR](https://christian.amsuess.com/tools/arandr/) +* [Audacity](https://www.audacityteam.org/) * [Basilisk II](http://basilisk.cebix.net/) * [Chromium](https://www.chromium.org/) * [Clementine](https://www.clementine-player.org/) @@ -66,6 +67,7 @@ Configurations for the following X11 applications are included: * [Gxmessage](https://trmusson.dreamhosters.com/programs.html#gxmessage) * [HandBrake](https://handbrake.fr/) * [Krita](https://krita.org/) +* [Links](http://links.twibright.com/) * [Meld](http://meldmerge.org/) * [mpv](https://mpv.io/) * [PCManFM](https://en.wikipedia.org/wiki/PCMan_File_Manager)