diff options
author | Adrian Kummerlaender | 2015-02-05 12:23:11 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-02-05 12:23:11 +0100 |
commit | 90496437de0c3918796f8f4d29878627a4e89bbf (patch) | |
tree | 00f0697e02d402b91cb7c5be7d3b020b83ccc22f /i3wm | |
parent | e3eb282e79a45ed6171effcd8ff938a1a181c1db (diff) | |
download | dotfiles-90496437de0c3918796f8f4d29878627a4e89bbf.tar dotfiles-90496437de0c3918796f8f4d29878627a4e89bbf.tar.gz dotfiles-90496437de0c3918796f8f4d29878627a4e89bbf.tar.bz2 dotfiles-90496437de0c3918796f8f4d29878627a4e89bbf.tar.lz dotfiles-90496437de0c3918796f8f4d29878627a4e89bbf.tar.xz dotfiles-90496437de0c3918796f8f4d29878627a4e89bbf.tar.zst dotfiles-90496437de0c3918796f8f4d29878627a4e89bbf.zip |
Reduced colors and border widths used in `i3wm`
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 34f6ea1..8924bd5 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -93,8 +93,8 @@ bar { font pango:Droid Sans Mono 13px hide_edge_borders both -client.focused #909737 #909737 #111111 -client.focused_inactive #111111 #111111 #999999 +client.focused #909737 #909737 #222222 +client.focused_inactive #222222 #222222 #999999 client.unfocused #222222 #222222 #999999 client.urgent #a5a5a5 #a5a5a5 #2e3436 client.background #161616 @@ -113,8 +113,8 @@ bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh bindsym $mod+n [title="^.*\.wiki \(~\/note\).*$"] scratchpad show -for_window [class="^.*"] border pixel 2 -for_window [title="^.*\.wiki \(~\/note\).*$"] floating enable; border pixel 5; move to scratchpad +for_window [class="^.*"] border pixel 4 +for_window [title="^.*\.wiki \(~\/note\).*$"] floating enable; move to scratchpad exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd |