From 29c6b15f86e6110a51c49ebc57dc49c0481acaaf Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 28 Apr 2024 15:25:36 -0500 Subject: [PATCH] Adjusting colors and transparency and trying to fix rxvt+tmux bug --- bash/.bashrc | 1 + tmux/.tmux.conf | 4 +++- x/.Xresources | 33 +++++++++++++++++---------------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index b55c87a..9153909 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -93,6 +93,7 @@ export SYSTEMD_EDITOR=$EDITOR # set detailed mode by default, a for auto FIFO export NNN_OPTS='da' export NNN_PLUG='p:preview-tui;v:preview-tabbed;B:rsynccp' +export NNN_FIFO=/tmp/nnn.fifo nnn # use xdg-open to handle more filetypes, correctly export NNN_FALLBACK_OPENER=xdg-open # nnn bookmarks, format of key:path diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 42394d9..9ecf429 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,7 @@ -set -g default-terminal screen-256color +#set -g default-terminal screen-256color +#set -g default-terminal rxvt-unicode-256color #set-option -sa terminal-overrides ",xterm-kitty:RGB" +#set-option -sa terminal-overrides "rxvt*:Tc" #remove escape delay set -s escape-time 0 diff --git a/x/.Xresources b/x/.Xresources index d1395c0..92a8296 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -7,26 +7,27 @@ URxvt.cursorUnderline: 1 URxvt.keysym.Shift-Control-V: eval:paste_clipboard URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard -!URxvt*inheritPixmap: true -!URxvt*transparent: true -!URxvt*shading: 6 - -!!! Real transparency (compositing) +!!URxvt*inheritPixmap: true +!!URxvt*transparent: true +!!URxvt*shading: 6 +! +!!!! Real transparency (compositing) URxvt.depth: 32 URxvt*background: rgba:0001/0000/0200/c800 !URxvt*background: rgba:0000/0000/0200/EA60 - -URxvt*perl-ext-common: default,matcher -URxvt*matcher.button: 1 -URxvt*url-launcher: /usr/bin/xdg-open +!URxvt*background: white +! +!URxvt*perl-ext-common: default,matcher +!URxvt*matcher.button: 1 +!URxvt*url-launcher: /usr/bin/xdg-open URxvt*internalBorder: 20 - -! URxvt.blurRadius: 25 -URxvt*.termName: rxvt-unicode-256color - -! set scrollback for rxvt -URxvt.saveLines: 100000 - +! +!! URxvt.blurRadius: 25 +!URxvt*.termName: rxvt-unicode-256color +! +!! set scrollback for rxvt +!URxvt.saveLines: 100000 +! ! special *.foreground: #c5c8c6 *.background: #222222