dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ab438e1c5c2dd5a3bc052846fe3b929693d78c7a
parent 824516ed79dfffcffca78f9a04208e01bf483b23
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Fri, 24 Jun 2022 22:45:17 +0200

Changes

Diffstat:
Mbash/.profile | 1+
Mpipe-viewer/.config/pipe-viewer/pipe-viewer.conf | 6+++---
Mw3m/.w3m/config | 2+-
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/bash/.profile b/bash/.profile @@ -14,6 +14,7 @@ export SFEED_PLUMBER_INTERACTIVE="1" export SFEED_YANKER="tr -d '\n' | $YANKER" export BM_DIR=~/documents/bookmarks export LIBVA_DRIVER_NAME=i965 +export LEDGER_FILE=~/.hledger.journal setleds -D +num 2> /dev/null diff --git a/pipe-viewer/.config/pipe-viewer/pipe-viewer.conf b/pipe-viewer/.config/pipe-viewer/pipe-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.2.1 - configuration file +# CLI Pipe Viewer 0.2.2 - configuration file our $CONFIG = { api_host => "auto", @@ -79,6 +79,7 @@ our $CONFIG = { region => undef, remove_played_file => 0, resolution => "1080p", + saved_channels_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", show_video_info => 1, skip_if_exists => 1, skip_watched => 0, @@ -116,9 +117,8 @@ our $CONFIG = { videoDuration => undef, videoLicense => undef, watch_history => 1, - watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", + watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", wget_cmd => "/usr/bin/wget", - youtube_users_file => "$ENV{HOME}/.config/pipe-viewer/users.txt", youtube_video_url => "https://www.youtube.com/watch?v=%s", ytdl => 1, ytdl_cmd => "/usr/bin/youtube-dl", diff --git a/w3m/.w3m/config b/w3m/.w3m/config @@ -17,7 +17,7 @@ dictcommand file:///$LIB/w3mdict.cgi multicol 0 alt_entity 0 graphic_char 0 -display_borders 0 +display_borders 1 disable_center 0 fold_textarea 0 display_ins_del 1