Added ppas, zeal, tmux i3 shortcuts
This commit is contained in:
parent
ac3f227ecf
commit
232d5529b2
@ -165,10 +165,11 @@ exec --no-startup-id i3-msg /usr/bin/redshift t -l 36.3:-80.3 -t 6500:4000
|
|||||||
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/xterm'
|
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/xterm'
|
||||||
exec --no-startup-id /usr/bin/shutter --min_at_startup
|
exec --no-startup-id /usr/bin/shutter --min_at_startup
|
||||||
exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing
|
exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing
|
||||||
exec --no-startup-id /usr/bin/owncloud
|
exec --no-startup-id "sleep 10;/usr/bin/owncloud"
|
||||||
exec --no-startup-id /usr/bin/nm-applet
|
exec --no-startup-id /usr/bin/nm-applet
|
||||||
exec --no-startup-id /usr/bin/gtk-redshift -l 36.3:-80.3 -t 6500:4000
|
exec --no-startup-id /usr/bin/gtk-redshift -l 36.3:-80.3 -t 6500:4000
|
||||||
exec --no-startup-id /usr/bin/diodon
|
exec --no-startup-id /usr/bin/diodon
|
||||||
exec --no-startup-id /usr/bin/numlockx
|
exec --no-startup-id /usr/bin/numlockx
|
||||||
exec --no-startup-id /usr/bin/synapse -s
|
exec --no-startup-id /usr/bin/synapse -s
|
||||||
|
exec --no-startup-id /usr/bin/zeal
|
||||||
# vim: ts=2:sw=2:et
|
# vim: ts=2:sw=2:et
|
||||||
|
4
scripts/ppas.txt
Normal file
4
scripts/ppas.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ppa:vincent-c/ponysay
|
||||||
|
ppa:danielrichter2007/grub-customizer
|
||||||
|
ppa:jerzy-kozera/zeal-ppa
|
||||||
|
ppa:glennric/dolphin-emu
|
@ -239,3 +239,4 @@ function k(){
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
export DISABLE_AUTO_TITLE=true
|
||||||
|
@ -7,18 +7,37 @@ setw -g monitor-activity on
|
|||||||
set -g visual-activity on
|
set -g visual-activity on
|
||||||
setw -g automatic-rename on
|
setw -g automatic-rename on
|
||||||
unbind %
|
unbind %
|
||||||
bind | split-window -h
|
|
||||||
bind - split-window -v
|
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
set-option -g history-limit 50000
|
set-option -g history-limit 50000
|
||||||
set -g set-titles-string "tmux.#I.#W"
|
set -g set-titles-string "tmux.#I.#W"
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind C-a send-prefix
|
bind C-a send-prefix
|
||||||
unbind C-b
|
unbind C-b
|
||||||
bind-key k select-pane -U
|
|
||||||
bind-key j select-pane -D
|
|
||||||
bind-key h select-pane -L
|
|
||||||
bind-key l select-pane -R
|
|
||||||
|
|
||||||
|
bind-key -n M-v split-window -h
|
||||||
|
bind-key -n M-V split-window -v
|
||||||
|
bind-key -n M-K swap-pane -s :. -t :.- \; select-pane -t :.-
|
||||||
|
bind-key -n M-J swap-pane -s :. -t :.+ \; select-pane -t :.+
|
||||||
|
bind-key -n M-k select-pane -U
|
||||||
|
bind-key -n M-j select-pane -D
|
||||||
|
bind-key -n M-h select-pane -L
|
||||||
|
bind-key -n M-l select-pane -R
|
||||||
|
bind-key -n M-C kill-pane
|
||||||
|
bind-key F5 source ~/.tmux.conf
|
||||||
|
bind-key x detach
|
||||||
|
bind-key -n M-Space new-window \; rename-window "-"
|
||||||
|
bind-key -n M-[ previous-window
|
||||||
|
bind-key -n M-S-] break-pane
|
||||||
|
bind-key -n M-] next-window
|
||||||
|
bind-key -n M-f resize-pane -Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bind-key H resize-pane -L 5
|
bind-key H resize-pane -L 5
|
||||||
bind-key J resize-pane -D 5
|
bind-key J resize-pane -D 5
|
||||||
bind-key K resize-pane -U 5
|
bind-key K resize-pane -U 5
|
||||||
|
@ -324,6 +324,7 @@ Plug 'mhinz/vim-signify'
|
|||||||
"Git information inline | https://github.com/mhinz/vim-signify
|
"Git information inline | https://github.com/mhinz/vim-signify
|
||||||
Plug 'jamessan/vim-gnupg'
|
Plug 'jamessan/vim-gnupg'
|
||||||
" | https://github.com/jamessan/vim-gnupg
|
" | https://github.com/jamessan/vim-gnupg
|
||||||
|
Plug 'stonewareslord/zeavim.vim'
|
||||||
" |
|
" |
|
||||||
"DO NOT DELETE LINE ABOVE OR \bun WILL BREAK
|
"DO NOT DELETE LINE ABOVE OR \bun WILL BREAK
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
@ -33,4 +33,4 @@ set titlestring=
|
|||||||
set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation
|
set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation
|
||||||
set newtab=all
|
set newtab=all
|
||||||
"set complete=
|
"set complete=
|
||||||
set hintchars=HJKLASDFGYUIOPQWERTNMZXCVB
|
set hintchars=HJKLASDFGYUIOPWERTNMZXCVB
|
||||||
|
Loading…
Reference in New Issue
Block a user