Minor changes.

- archey in .zshrc
- no scrollbar in terminator
- no border for terminator windows in .i3/config
This commit is contained in:
2013-09-18 23:03:20 +02:00
parent 5506d39aea
commit 2b73e43832
4 changed files with 7 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ own_window_title Conky
own_window_transparent yes own_window_transparent yes
# will be ignored if own_window_type is override # 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 # window will not be controlled by the window manager, hints are ignored
own_window_type override own_window_type override

View File

@@ -212,9 +212,9 @@ for_window [class="^Wicd-client.py$"] floating enable
# Notifications through xfce4-notifyd, e.g. notifications from wicd # Notifications through xfce4-notifyd, e.g. notifications from wicd
for_window [class="^Xfce4-notifyd$"] floating enable 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. # Start the wallpaper changer.

View File

@@ -1,8 +1,10 @@
[global_config] [global_config]
enabled_plugins = , enabled_plugins = ,
focus = mouse
[keybindings] [keybindings]
[profiles] [profiles]
[[default]] [[default]]
scrollbar_position = hidden
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
font = Deja Vu Sans Mono 10 font = Deja Vu Sans Mono 10
background_image = None background_image = None
@@ -10,7 +12,6 @@
use_system_font = False use_system_font = False
foreground_color = "#839496" foreground_color = "#839496"
show_titlebar = False show_titlebar = False
antialias = True
copy_on_selection = True copy_on_selection = True
background_color = "#002b36" background_color = "#002b36"
[layouts] [layouts]

View File

@@ -45,3 +45,5 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# Customize to your needs... # Customize to your needs...
archey