Skip to content

Commit

Permalink
Minification
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Jan 19, 2017
1 parent 50ba8bb commit d9aa5fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions dotfiles/Xresources

This file was deleted.

7 changes: 5 additions & 2 deletions dotfiles/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
set-option -g visual-silence off
set-option -g bell-action none

# Turn status line off
set -g status off

# }}}

# Style {{{
Expand All @@ -72,11 +75,11 @@
set -g status-left-length "100"
set -g status "on"
set -g pane-active-border-fg "colour4"
set -g message-bg "colour19"
set -g message-bg "colour0"
set -g status-right-length "100"
set -g status-right-attr "none"
set -g message-fg "colour7"
set -g message-command-bg "colour19"
set -g message-command-bg "colour18"
set -g status-attr "none"
set -g status-utf8 "on"
set -g pane-border-fg "colour19"
Expand Down
1 change: 0 additions & 1 deletion install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@
$HOME/.ncmpcpp/config: dotfiles/ncmpcpp
$HOME/.config/polybar/config: dotfiles/polybar
$HOME/.config/qutebrowser/qutebrowser.conf: dotfiles/qutebrowser.conf
$HOME/.Xresources: dotfiles/Xresources

0 comments on commit d9aa5fd

Please sign in to comment.