diff --git a/Xsession/.Xresources b/Xsession/.Xresources index 49bfab6..74fee92 100644 --- a/Xsession/.Xresources +++ b/Xsession/.Xresources @@ -34,8 +34,8 @@ URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: true /* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */ -URxvt*font: xft:DejaVu\ Sans\ Mono:pixelsize=14 -URxvt*boldFont: xft:DejaVu\ Sans\ Mono:pixelsize=14:style=bold +URxvt*font: xft:DejaVu\ Sans\ Mono:pixelsize=13 +URxvt*boldFont: xft:DejaVu\ Sans\ Mono:pixelsize=13:style=bold ! Fix font space URxvt*letterSpace: -1 diff --git a/scripts/.bin/zotero b/scripts/.bin/zotero deleted file mode 100755 index ef86541..0000000 --- a/scripts/.bin/zotero +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -~/Programs/Zotero_linux-x86_64/run-zotero.sh diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 348215e..52aee4a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -50,9 +50,8 @@ set -g visual-activity on set -g automatic-rename off # Mouse and panes -setw -g mode-mouse on -set-option -g mouse-select-pane on -set-option -g mouse-resize-pane on + set -g mouse-utf8 on + set -g mouse on # resize only if actively looking setw -g aggressive-resize on