diff --git a/i3/i3/config b/i3/i3/config index 6b9805f..70e9bae 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -252,7 +252,7 @@ # Do show borders at the screen edges hide_edge_borders none - focus_follows_mouse yes + focus_follows_mouse no # Only map a popup in fullscreen mode if it belongs to the fullscreen window # @@ -271,11 +271,21 @@ force_display_urgency_hint 500 ms # font for window titles. ISO 10646 = Unicode - font pango:DejaVu Sans Mono 10 + font pango:DejaVu Sans Mono 11 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +################################################################################ +### COLOR SETTINGS ############################################################# +################################################################################ + +# class border backgr. text indicator +client.focused #E16B40 #E16B40 #000000 #FF0000 +client.focused_inactive #333333 #5f676a #ffffff #484e50 +client.unfocused #333333 #202020 #cccccc #292d2e +client.urgent #2f343a #900000 #ffffff #900000 + ################################################################################ ### APPLICATION SPECIFIC SETTINGS ############################################## ################################################################################ @@ -291,3 +301,5 @@ for_window [class="^Pavucontrol$"] floating enable for_window [title="^Skype.*for Linux$" ] floating enable for_window [class="^Chromium$" ] border none + for_window [class="^yad-status$" ] floating enable ; border none + for_window [class="^Docky$" ] floating enable ; border none diff --git a/i3/i3/config.d/notebook.config b/i3/i3/config.d/notebook.config index d3c350b..2fce8f0 100644 --- a/i3/i3/config.d/notebook.config +++ b/i3/i3/config.d/notebook.config @@ -21,17 +21,17 @@ bar { id bar-0 - font pango:DejaVu Sans Mono, Icons 10 + font pango:DejaVu Sans Mono, Icons 11 colors { - background #000000 + background #222222 statusline #ffffff - separator #666666 + separator #e16b40 - focused_workspace #4c7899 #285577 #ffffff + focused_workspace #e16b40 #222222 #ffffff active_workspace #333333 #5f676a #ffffff - inactive_workspace #333333 #222222 #888888 - urgent_workspace #2f343a #900000 #ffffff + inactive_workspace #222222 #222222 #bbbbbb + urgent_workspace #000000 #de1e15 #000000 } i3bar_command i3bar