Resize font (URxvt)

Apply changes without resetting pywal colors.

Other:
- open current bg in ranger
- update Watson fish completion
- update NZXT packages
This commit is contained in:
2019-08-11 02:05:51 -04:00
parent 3427891897
commit a1b3fd43f9
14 changed files with 200 additions and 67 deletions

View File

@@ -75,11 +75,11 @@ class fzf_select(Command):
if self.quantifier:
# match only directories
command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \
-o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m"
-o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m -e"
else:
# match files and directories
command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \
-o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m"
-o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m -e"
fzf = self.fm.execute_command(command, stdout=subprocess.PIPE)
stdout, stderr = fzf.communicate()
if fzf.returncode == 0:

View File

@@ -277,7 +277,7 @@ map ? help
map W display_log
# map w taskview_open
# map S shell $SHELL
map s shell fish -C "cd %d"
map s shell exec fish -C "cd %d"
map : console
map ; console