No more tmux autostart.

C-k for tmux.
This commit is contained in:
Christophe Buffenoir 2015-03-07 21:23:21 +01:00
parent f4e13075eb
commit a202dee3f3
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
set -g prefix C-REPLACEMEWITHFIRSTLETTEROFHOSTNAME set -g prefix C-k
unbind C-b unbind C-b
bind-key a send-prefix bind-key a send-prefix

View File

@ -30,7 +30,7 @@ COMPLETION_WAITING_DOTS="true"
DISABLE_AUTO_UPDATE=true DISABLE_AUTO_UPDATE=true
ZSH_TMUX_AUTOSTART=true ZSH_TMUX_AUTOSTART=false
ZSH_TMUX_FIXTERM=true ZSH_TMUX_FIXTERM=true
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root) ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root)

View File

@ -36,26 +36,26 @@ if [ "$1" == '--graphic' ]
then then
rsync -av ./graphic/ ~/ rsync -av ./graphic/ ~/
fc-cache -vf ~/.fonts fc-cache -vf ~/.fonts
gsettings set org.gnome.desktop.interface gtk-theme "Numix Daily" gsettings set org.gnome.desktop.interface gtk-theme "Numix"
gsettings set org.gnome.desktop.wm.preferences theme "Numix Daily" gsettings set org.gnome.desktop.wm.preferences theme "Numix"
gsettings set org.gnome.desktop.interface icon-theme 'Numix-Shine' gsettings set org.gnome.desktop.interface icon-theme 'Numix'
gsettings set org.gnome.desktop.interface font-name 'Ubuntu 9' gsettings set org.gnome.desktop.interface font-name 'Ubuntu 9'
gsettings set org.gnome.desktop.interface monospace-font-name 'Ubuntu Mono for Powerline 9' gsettings set org.gnome.desktop.interface monospace-font-name 'Ubuntu Mono for Powerline 9'
gsettings set org.gnome.desktop.interface buttons-have-icons true gsettings set org.gnome.desktop.interface buttons-have-icons true
gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix Daily" gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix"
gconftool-2 --type=string --set /apps/metacity/general/theme "Numix Daily" gconftool-2 --type=string --set /apps/metacity/general/theme "Numix"
gsettings set org.cinnamon.theme name 'Flatty flakes' gsettings set org.cinnamon.theme name 'Flatty flakes'
#gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.cinnamon/backgrounds/bg_fluffsplosion.jpeg" #gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.cinnamon/backgrounds/bg_fluffsplosion.jpeg"
gsettings set org.cinnamon.desktop.background picture-options 'stretched' gsettings set org.cinnamon.desktop.background picture-options 'stretched'
gsettings set org.cinnamon.desktop.background color-shading-type 'solid' gsettings set org.cinnamon.desktop.background color-shading-type 'solid'
gsettings set org.cinnamon.desktop.background primary-color '#000000' gsettings set org.cinnamon.desktop.background primary-color '#000000'
gsettings set org.cinnamon.desktop.background secondary-color '#000000' gsettings set org.cinnamon.desktop.background secondary-color '#000000'
gsettings set org.cinnamon.desktop.interface gtk-theme "Numix Daily" gsettings set org.cinnamon.desktop.interface gtk-theme "Numix"
gsettings set org.cinnamon.desktop.interface icon-theme 'Numix-Shine' gsettings set org.cinnamon.desktop.interface icon-theme 'Numix'
gsettings set org.cinnamon.desktop.interface font-name 'Ubuntu 9' gsettings set org.cinnamon.desktop.interface font-name 'Ubuntu 9'
gsettings set org.cinnamon.desktop.interface buttons-have-icons true gsettings set org.cinnamon.desktop.interface buttons-have-icons true
gsettings set org.cinnamon.desktop.wm.preferences num-workspaces 4 gsettings set org.cinnamon.desktop.wm.preferences num-workspaces 4
gsettings set org.cinnamon.desktop.wm.preferences theme 'Numix Daily' gsettings set org.cinnamon.desktop.wm.preferences theme 'Numix'
gsettings set org.cinnamon.desktop.wm.preferences titlebar-font 'Ubuntu Medium 10' gsettings set org.cinnamon.desktop.wm.preferences titlebar-font 'Ubuntu Medium 10'
gsettings set org.cinnamon.muffin.keybindings minimize "['<Primary><Alt>r']" gsettings set org.cinnamon.muffin.keybindings minimize "['<Primary><Alt>r']"
fi fi