Browse Source

moar things

master
Josh Fabean 4 years ago
parent
commit
3ee29a6b66
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .config/dunst/dunstrc
  2. +1
    -1
      .tmux.conf

+ 1
- 1
.config/dunst/dunstrc View File

@ -153,7 +153,7 @@
timeout = 10
[urgency_normal]
background = "#285577"
background = "#d41919"
foreground = "#ffffff"
timeout = 10


+ 1
- 1
.tmux.conf View File

@ -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'


Loading…
Cancel
Save