From 2b73e43832b6d90788d0cefb20947c325c3f8c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 18 Sep 2013 23:03:20 +0200 Subject: [PATCH] Minor changes. - archey in .zshrc - no scrollbar in terminator - no border for terminator windows in .i3/config --- conky/conkyrc | 2 +- i3/i3/config | 4 ++-- terminator/terminator/config | 3 ++- zsh/zshrc | 2 ++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/conky/conkyrc b/conky/conkyrc index 34cf63a..859bde8 100644 --- a/conky/conkyrc +++ b/conky/conkyrc @@ -105,7 +105,7 @@ own_window_title Conky own_window_transparent yes # will be ignored if own_window_type is override -own_window_hints none +#own_window_hints none # window will not be controlled by the window manager, hints are ignored own_window_type override diff --git a/i3/i3/config b/i3/i3/config index 6cb223e..13aec17 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -212,9 +212,9 @@ for_window [class="^Wicd-client.py$"] floating enable # Notifications through xfce4-notifyd, e.g. notifications from wicd for_window [class="^Xfce4-notifyd$"] floating enable -for_window [class="^Conky$" ] floating enable - +for_window [class="^Conky$"] floating enable +for_window [class="^Terminator$"] border none # Start the wallpaper changer. diff --git a/terminator/terminator/config b/terminator/terminator/config index 91cb39a..d3420ce 100644 --- a/terminator/terminator/config +++ b/terminator/terminator/config @@ -1,8 +1,10 @@ [global_config] enabled_plugins = , + focus = mouse [keybindings] [profiles] [[default]] + scrollbar_position = hidden palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" font = Deja Vu Sans Mono 10 background_image = None @@ -10,7 +12,6 @@ use_system_font = False foreground_color = "#839496" show_titlebar = False - antialias = True copy_on_selection = True background_color = "#002b36" [layouts] diff --git a/zsh/zshrc b/zsh/zshrc index f92148d..11423f2 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -45,3 +45,5 @@ plugins=(git) source $ZSH/oh-my-zsh.sh # Customize to your needs... + +archey