From 3ee29a6b66cff9d0e6f650586fb8a76323105007 Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Mon, 24 Jun 2019 12:48:04 -0500 Subject: [PATCH] moar things --- .config/dunst/dunstrc | 2 +- .tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 31e45ca..e3a3da8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -153,7 +153,7 @@ timeout = 10 [urgency_normal] - background = "#285577" + background = "#d41919" foreground = "#ffffff" timeout = 10 diff --git a/.tmux.conf b/.tmux.conf index 24cae48..b33084b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,7 +6,7 @@ set -s escape-time 0 set -g prefix C-b -set-option -g default-shell /bin/zsh +set-option -g default-shell /usr/bin/fish set-option -ga terminal-overrides ",*:Tc" set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'