aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.urlview
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:54:12 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:54:12 +0100
commit78ba44085efcac39324ce7ab705845a91d21a81a (patch)
tree19e8562dd773c3308efe31d425f44d69df8c45c4 /home/.urlview
parent6e096aed5c750d5e8d3b2c39d02ac5c5dcac8c6b (diff)
downloaddotfiles-78ba44085efcac39324ce7ab705845a91d21a81a.tar.gz
dotfiles-78ba44085efcac39324ce7ab705845a91d21a81a.tar.bz2
dotfiles-78ba44085efcac39324ce7ab705845a91d21a81a.zip
chore: remove stale and outdated configuration files
Delete 17 items confirmed unused/superseded: - pulse/ (4 files): PulseAudio configs, superseded by PipeWire - pipewire/media-session.d/: deprecated, superseded by WirePlumber - neofetch/config.conf: neofetch is abandoned/archived - .urlview: mutt-era URL viewer config - nvim ftplugin xdefaults.lua, xmodmap.lua: X11-only (xrdb/xmodmap) - Steam CS:GO + L4D2 configs: CS:GO replaced by CS2, L4D2 untracked - fakecam/ + service: abandoned virtual webcam project - noisetorch.service: project abandoned, PipeWire has built-in noise cancellation - gtk-2.0/: GTK2 is legacy - spotifyd.service.d/: no longer using spotifyd - htop/htoprc: auto-generated, not worth tracking - cookiefire, terminal-benchmark, terminal-testdrive, stop, videowrapper: unused scripts
Diffstat (limited to 'home/.urlview')
-rw-r--r--home/.urlview33
1 files changed, 0 insertions, 33 deletions
diff --git a/home/.urlview b/home/.urlview
deleted file mode 100644
index cd65a9e..0000000
--- a/home/.urlview
+++ /dev/null
@@ -1,33 +0,0 @@
-###############################################################################
-# Urlview configuration file.
-# man urlview <Man page>
-#
-# Put this file in: $HOME/.urlview
-# Put url_handler.sh in: /usr/bin
-#
-# You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys.
-# Put these macros in your $HOME/.muttrc file.
-#
-# macro index \cb |urlview\n
-# macro pager \cb |urlview\n
-#
-# You can call 'urlview' while in 'tin' by pressing | then a for article,
-# put urlview as the pipe command.
-#
-# Regular expression to use to match URLs.
-
-#REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
-REGEXP (((http|https|ftp|gopher|magnet|acestream)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
-
-# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh
-# shell script. Alternatively, you can leave COMMAND unset and set the BROWSER
-# environment variable instead.
-
-#COMMAND lynx %s
-#COMMAND netscape -remote 'openURL(%s)'
-# COMMAND url_handler.sh
-COMMAND linkhandler
-
-
-# Quit urlview after launch
-# QUITONLAUNCH