Added terminal transparency for X back and added option to nnn for automatic detailed mode
This commit is contained in:
@@ -46,12 +46,17 @@ export GOPATH=$HOME/gopath
|
||||
export PATH=$GOPATH:$GOPATH/bin:$PATH
|
||||
export NNN_SHOW_HIDDEN=1
|
||||
|
||||
# use vimx if available (for clipboard support)
|
||||
if [ -f "/usr/bin/vimx" ]; then
|
||||
export EDITOR=/usr/bin/vimx
|
||||
else
|
||||
export EDITOR=/usr/bin/vim
|
||||
fi
|
||||
|
||||
# set nnn options - set detailed mode by default
|
||||
export NNN_OPTS="d"
|
||||
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
|
||||
#ctrl-x, ctrl-e to launch $EDITOR (vim)
|
||||
|
||||
@@ -2,9 +2,9 @@ URxvt*scrollBar: false
|
||||
URxvt.font: xft:Terminus:size=14:antialias=true
|
||||
URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
||||
|
||||
URxvt*inheritPixmap: false
|
||||
!URxvt*transparent: false
|
||||
!URxvt*shading: 5
|
||||
URxvt*inheritPixmap: true
|
||||
URxvt*transparent: true
|
||||
URxvt*shading: 20
|
||||
|
||||
!!! Real transparency (compositing)
|
||||
!urxvt.depth: 32
|
||||
|
||||
Reference in New Issue
Block a user