Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Sillevis committed Jan 13, 2017
1 parent 246972b commit cb01c15
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,7 @@ key_bindings:
mouse_bindings:
- { mouse: Middle, action: PasteSelection }

# Shell
#
# You can set this to a path to your favorite shell, e.g. /bin/fish
shell:
4 changes: 3 additions & 1 deletion .config/xfce4/terminal/terminalrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ MiscDefaultWorkingDir=
MiscRewrapOnResize=TRUE
MiscUseShiftArrowsToScroll=FALSE
ScrollingUnlimited=TRUE
FontName=Hack 12
FontName=Hack 10
BackgroundDarkness=0.000000
ColorForeground=#dcdcdc
ColorBackground=#2c2c2c
ColorPalette=#3f3f3f;#705050;#60b48a;#dfaf8f;#9ab8d7;#dc8cc3;#8cd0d3;#dcdcdc;#709080;#dca3a3;#72d5a3;#f0dfaf;#94bff3;#ec93d3;#93e0e3;#ffffff
ColorCursor=#dcdcdc
MiscCopyOnSelect=TRUE
MiscSlimTabs=FALSE

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@ __pycache__
.wine/
.liquidsky/
.dev_setup_config.yml
.macromedia/
.mozilla/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule ".tmux/plugins/tmux-net-speed"]
path = .tmux/plugins/tmux-net-speed
url = [email protected]:DeviaVir/tmux-net-speed.git
[submodule ".tmux/plugins/tmux-better-mouse-mode"]
path = .tmux/plugins/tmux-better-mouse-mode
url = [email protected]:NHDaly/tmux-better-mouse-mode.git
18 changes: 16 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,21 @@ set -g status-right-length 70
set -g status-right "#{battery_status_bg} Batt: #{battery_icon} #{battery_percentage} #{battery_remain} | #{net_speed} | #[fg=orange][#[fg=orange]↑ #(uptime | sed -r 's/.*up//' | sed 's/,.*//' | sed 's/^ *//')#[fg=orange]]"
set -ag status-right "#[fg=orange][#[fg=orange]%d-%m-%Y #[fg=orange]%H:%M#[fg=orange]]"

#battery
set -g @batt_charged_icon ""
set -g @batt_charging_icon ""
set -g @batt_discharging_icon ""
set -g @batt_attached_icon ""

#mouse
#set-option -g mouse on
set -g mouse on
#bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
#bind -n WheelDownPane select-pane -t= \; send-keys -M
#bind -n C-WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
#bind -t vi-copy C-WheelUpPane halfpage-up
#bind -t vi-copy C-WheelDownPane halfpage-down
#bind -t emacs-copy C-WheelUpPane halfpage-up
#bind -t emacs-copy C-WheelDownPane halfpage-down

#keybinds
set -g prefix C-a
Expand All @@ -50,10 +63,11 @@ new-session -n $HOST
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
#set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-net-speed'
set -g @plugin 'tmux-plugins/tmux-battery'


# Other examples:
Expand Down
1 change: 1 addition & 0 deletions .tmux/plugins/tmux-better-mouse-mode
Submodule tmux-better-mouse-mode added at 4c686e

0 comments on commit cb01c15

Please sign in to comment.