diff options
author | ensa <psii@riseup.net> | 2020-06-29 19:45:18 -0700 |
---|---|---|
committer | ensa <psii@riseup.net> | 2020-06-29 19:45:18 -0700 |
commit | e1d03e2fe607c5e1643be186c4ce4031ae1004e0 (patch) | |
tree | ee249107b5fb051f8d11e6c87e2e5e19775c5daa /data | |
parent | a11f7c357236afea1b00df5f85dc8674f5f1d661 (diff) | |
download | cfg-e1d03e2fe607c5e1643be186c4ce4031ae1004e0.tar.gz |
bin/fl added, lh reworked, opener renamed, data/applications removed
bin/ fl: finds links, sends list to dmenu so user can choose one to copy to the clipboard lh: replaced sed invocations with lstrip() invocations redir handling changed to function findredir(), which loops over curl's output, only outputting location urls changed case statement to look for .extensions instead of the end of the url local files are now sent to bin/op for processing mpv given --no-terminal flag for no output instead of redirection shit similarly, sxiv is given -q (and -p to not cache) op: formerly opener changed error message to be more portable prompt: removed help text pw: doesn't need to be in a variable rsschk: redesigned after an eternity uses a modified re_urls, looking for .rss and .xml urls generally smaller shenv: uses ${var:=val} specifies /bin/sh xbg: removed .fehbg handling config/ aliasrc: e and v set TERM to xterm-256color, otherwise vis freaks out cwmrc: urgencyborder color added (with color1) ungroupborder changed to color5 program list removed 4-Return set to $TERMINAL 4S-r rebound to restart 4-X set to $LOCK prompt binds fixed dunst/dunstrc: icons disabled ksh/functions/l.: changed to ksh function for non-current directories, changes there in a subshell and uses that current directory, sending an error message if the directory doesn't exist lf/lfrc: cmd open removed cmd ttmsh fixed shrc: removed ALTSCR added OPENER=op IRC_SERVERS_FILE removed TODO changed to correct path GOCACHE and GOBIN added, self-explanatory data/ applications/: removed mailcap: changed to relegate most of its functionality to bin/op
Diffstat (limited to 'data')
-rw-r--r-- | data/applications/doc.desktop | 4 | ||||
-rw-r--r-- | data/applications/img.desktop | 4 | ||||
-rw-r--r-- | data/applications/rss.desktop | 4 | ||||
-rw-r--r-- | data/applications/text.desktop | 4 | ||||
-rw-r--r-- | data/applications/weblight.desktop | 4 | ||||
-rw-r--r-- | data/mailcap | 4 |
6 files changed, 1 insertions, 23 deletions
diff --git a/data/applications/doc.desktop b/data/applications/doc.desktop deleted file mode 100644 index 49a399b..0000000 --- a/data/applications/doc.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Non-raw document reader -Exec=/usr/bin/env zathura %u diff --git a/data/applications/img.desktop b/data/applications/img.desktop deleted file mode 100644 index d754e1a..0000000 --- a/data/applications/img.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Image viewer -Exec=/usr/bin/env sxiv -a %u diff --git a/data/applications/rss.desktop b/data/applications/rss.desktop deleted file mode 100644 index 20ed292..0000000 --- a/data/applications/rss.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=RSS feed addition -Exec=/usr/bin/env rsschk %U diff --git a/data/applications/text.desktop b/data/applications/text.desktop deleted file mode 100644 index 39b1e3e..0000000 --- a/data/applications/text.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Text editor -Exec=/usr/bin/env xterm -e vis %u diff --git a/data/applications/weblight.desktop b/data/applications/weblight.desktop deleted file mode 100644 index 651d75a..0000000 --- a/data/applications/weblight.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Light Web Browser -Exec=/usr/bin/env surf %u diff --git a/data/mailcap b/data/mailcap index d57b783..c8e0061 100644 --- a/data/mailcap +++ b/data/mailcap @@ -1,4 +1,2 @@ -text/plain; $EDITOR %s ; text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; -video/*; mpv --quiet %s &; copiousoutput -application/pdf; $READER %s ; +*/*; op %s |