From ea3d2edc97668669f489a33ecb8b7d8321707b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Sat, 8 Oct 2016 00:46:55 +0200 Subject: [PATCH] tmux doesn't like mouse-utf8 anymore --- Xsession/.Xresources | 10 +++++++++- tmux/.tmux.conf | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Xsession/.Xresources b/Xsession/.Xresources index 74fee92..70e65f2 100644 --- a/Xsession/.Xresources +++ b/Xsession/.Xresources @@ -295,4 +295,12 @@ URxvt.pointerBlank: true *color13: #bb88dd *color14: #4eb4fa *color15: #d0d0d0 -! + +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #273238, #273238, #1e2529 +rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff +rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4 +rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844 diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6f89439..d9bcc9f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -50,7 +50,7 @@ set -g visual-activity on set -g automatic-rename off # Mouse and panes - set -g mouse-utf8 on + #set -g mouse-utf8 on set -g mouse on # resize only if actively looking