From a202dee3f34958109c7b7d4a9d2aa166183c1ef3 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Sat, 7 Mar 2015 21:23:21 +0100 Subject: [PATCH] No more tmux autostart. C-k for tmux. --- common/.tmux.conf | 2 +- common/.zshrc | 2 +- update-home.sh | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/.tmux.conf b/common/.tmux.conf index ce440a3..1f756aa 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -1,4 +1,4 @@ -set -g prefix C-REPLACEMEWITHFIRSTLETTEROFHOSTNAME +set -g prefix C-k unbind C-b bind-key a send-prefix diff --git a/common/.zshrc b/common/.zshrc index c0b7417..f1da728 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -30,7 +30,7 @@ COMPLETION_WAITING_DOTS="true" DISABLE_AUTO_UPDATE=true -ZSH_TMUX_AUTOSTART=true +ZSH_TMUX_AUTOSTART=false ZSH_TMUX_FIXTERM=true ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root) diff --git a/update-home.sh b/update-home.sh index f306446..366a9ff 100755 --- a/update-home.sh +++ b/update-home.sh @@ -36,26 +36,26 @@ if [ "$1" == '--graphic' ] then rsync -av ./graphic/ ~/ fc-cache -vf ~/.fonts - gsettings set org.gnome.desktop.interface gtk-theme "Numix Daily" - gsettings set org.gnome.desktop.wm.preferences theme "Numix Daily" - gsettings set org.gnome.desktop.interface icon-theme 'Numix-Shine' + gsettings set org.gnome.desktop.interface gtk-theme "Numix" + gsettings set org.gnome.desktop.wm.preferences theme "Numix" + 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 monospace-font-name 'Ubuntu Mono for Powerline 9' gsettings set org.gnome.desktop.interface buttons-have-icons true - gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix Daily" - gconftool-2 --type=string --set /apps/metacity/general/theme "Numix Daily" + gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix" + gconftool-2 --type=string --set /apps/metacity/general/theme "Numix" 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-options 'stretched' 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 secondary-color '#000000' - gsettings set org.cinnamon.desktop.interface gtk-theme "Numix Daily" - gsettings set org.cinnamon.desktop.interface icon-theme 'Numix-Shine' + gsettings set org.cinnamon.desktop.interface gtk-theme "Numix" + 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 buttons-have-icons true 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.muffin.keybindings minimize "['r']" fi