aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-30.shrc: Open vi, w3m with UTF-8 encodingJohn Ankarstrom
2021-06-30ROX: Open vi with UTF-8 encodingJohn Ankarstrom
2021-06-30ROX: Update MIME-types/text with new xtopen optionJohn Ankarstrom
2021-06-29ROX: Update scripts to use new xtopen optionsJohn Ankarstrom
2021-06-29.profile: Use ISO8859-1John Ankarstrom
2021-06-29.gitconfig: Remove UTF-8 characterJohn Ankarstrom
2021-06-29.jwmrc: Update key bindingsJohn Ankarström
2021-06-29.profile: Use C locale to speed up xtermJohn Ankarström
2021-06-29ImageMagick: Enable GhostScriptJohn Ankarström
2021-06-29Add /usr/pkg/etc/ImageMagick-7/policy.xmlJohn Ankarström
2021-06-29Add ~/.xinitrcJohn Ankarström
2021-06-27Add ~/.xpdfrcJohn Ankarström
2021-06-24.jwmrc: Add Alt-x,c,v bindingsJohn Ankarström
2021-06-24(ROX) MIME-types/text: Open basename, not full pathJohn Ankarström
2021-06-24.Xdefaults: Place xpdf on the rightJohn Ankarström
2021-06-24Use Heirloom troff instead of GNU troffJohn Ankarström
2021-06-20.jwmrc: Add nextstacked, prevstacked bindingsJohn Ankarström
2021-06-19~/.profile: Hide ssh-agent outputJohn Ankarström
2021-06-19.jwmrc: Add git repl shortcutJohn Ankarström
2021-06-18ROX: Handle text/x-makefile separately from text/*John Ankarström
2021-06-18Temporarily fix MIME bugJohn Ankarström
I think the bug is in ROX. Files named "Makefile" are not sucessfully matched against the glob "makefile", which they should be, unless the glob has "case-sensitive=true", which it hasn't. This patch makes ROX recognize "Makefile" files as text/x-makefile.
2021-06-18Add /usr/pkg/share/mime/packages/freedesktop.org.xmlJohn Ankarström
2021-06-18ROX: Add SendTo/wpdf for application/pdfJohn Ankarström
2021-06-15(ROX) SendTo/diff: Re-arrange x, x.orig to x.orig, xJohn Ankarström
2021-06-15ROX: SendTo diffJohn Ankarström
2021-06-09ROX: Add file associationsJohn Ankarström
2021-06-09xorg.conf: Add Compose keyJohn Ankarström
2021-06-08/etc/ssh/ssh_config: Add keys to agentCharlie Root
2021-06-08Add /etc/ssh/ssh_configCharlie Root
2021-06-08~/.ssh/config: Add host aliasesCharlie Root
2021-06-08~/.profile: Start ssh-agent on loginCharlie Root
2021-06-08~/.profile: Configure ROX FilesCharlie Root
2021-06-08/etc/shrc: Re-organize PS1 settingCharlie Root
2021-06-08.jwmrc: Organize key bindingsCharlie Root
2021-06-08Add READMECharlie Root
2021-06-08Add 'gg' scriptCharlie Root
2021-06-08fonts.conf: Don't force anti-aliasingJohn Ankarström
2021-06-08/etc/shrc: Use safetitle in screen sessionsJohn Ankarström
2021-06-08Update network configurationJohn Ankarström
2021-06-08~/.shrc: Add 'm' aliasJohn Ankarström
-X prevents less from clearing the screen. -F makes it quit if the printed lines fit on one screen.
2021-06-08.Xdefaults: Add shortcut key for reverse video in xtermJohn Ankarström
2021-06-07.jwmrc: Use ttermJohn Ankarström
2021-06-07Dillo: Add 'bm' scriptJohn Ankarström
bm automatically re-arranges new bookmarks.
2021-06-07Update dillorcJohn Ankarström
2021-06-07.jwmrc: Update shortcut keysJohn Ankarström
2021-06-07/etc/shrc: Remove dynamic title mechanismJohn Ankarström
It has been replaced by a more stable solution. See http://git.ankarstrom.se/ksh/commit/?id=79dc7cad and http://git.ankarstrom.se/x11/tterm/
2021-06-07Dillo: Fix cookiesrcJohn Ankarström
2021-06-07Add font configurationJohn Ankarström
I want full hinting, like late 2000s-era Linux.
2021-06-06rc.conf: Remove -b flag from dhcpcdJohn Ankarström
The -b flag puts dhcpcd into daemon mode. I find it more useful to wait and see if (and when) dhcpcd succeeds.
2021-06-06Add ~/.gitconfigJohn Ankarström