summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/org/config.org3
-rw-r--r--.config/env3
-rw-r--r--.config/pipe-viewer/gtk-pipe-viewer.conf4
-rw-r--r--.config/pipe-viewer/pipe-viewer.conf4
-rw-r--r--.config/zsh/alias.zsh4
5 files changed, 10 insertions, 8 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org
index fe40bb5..5ab3b5b 100644
--- a/.config/emacs/org/config.org
+++ b/.config/emacs/org/config.org
@@ -8,7 +8,8 @@
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
- (blink-cursor-mode 0)
+ (blink-cursor-mode -1)
+ (setq visible-cursor nil)
(global-hl-line-mode 1)
(global-auto-revert-mode t)
(defun my/disable-scroll-bars (frame)
diff --git a/.config/env b/.config/env
index 3f9785b..6c0f96c 100644
--- a/.config/env
+++ b/.config/env
@@ -59,9 +59,10 @@ export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME"/notmuch/notmuchrc
export NMBGIT="$XDG_DATA_HOME"/notmuch/nmbug
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
+export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc
export STACK_ROOT="$XDG_DATA_HOME"/stack
-export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
+export TSH_HOME="$XDG_CONFIG_HOME"/tsh
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
export XINITRC="$XDG_CONFIG_HOME"/x11/xinitrc
diff --git a/.config/pipe-viewer/gtk-pipe-viewer.conf b/.config/pipe-viewer/gtk-pipe-viewer.conf
index ba60c17..8838f4a 100644
--- a/.config/pipe-viewer/gtk-pipe-viewer.conf
+++ b/.config/pipe-viewer/gtk-pipe-viewer.conf
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# GTK+ Pipe Viewer 0.1.2 - configuration file
+# GTK+ Pipe Viewer 0.2.1 - configuration file
our $CONFIG = {
active_channel_type_combobox => 0,
@@ -38,7 +38,7 @@ our $CONFIG = {
mainw_centered => 0,
mainw_fullscreen => 0,
mainw_maximized => 0,
- mainw_size => "958x358",
+ mainw_size => "958x1078",
maxResults => 10,
pipe_viewer => "/usr/local/bin/pipe-viewer",
pipe_viewer_args => [],
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf
index faaf205..cab82ed 100644
--- a/.config/pipe-viewer/pipe-viewer.conf
+++ b/.config/pipe-viewer/pipe-viewer.conf
@@ -79,6 +79,7 @@ our $CONFIG = {
region => undef,
remove_played_file => 0,
resolution => "best",
+ 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 => 0,
- watched_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
+ watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt",
wget_cmd => "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/local/bin/yt-dlp",
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index fa09b25..5643de5 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -24,9 +24,9 @@ alias \
bc='bc -l' \
mkf='gmake fclean' \
mkc='gmake clean' \
- mk='gmake -j5' \
+ mk='gmake -j9' \
bmkc='make clean' \
- bmk='make -j5' \
+ bmk='make -j9' \
web='w3m https://duckduckgo.com/' \
mpv='mpv --audio-channels=stereo' \
bat='bat --style=plain --tabs 4 --paging=always -f' \