commit 4ec43456df188796cba8ffb6b05c228b9ab96c4e
parent 30002d098d869bbdedcd56fc9757953ce0a071ed
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Tue, 22 Jan 2019 09:59:52 -0500
Use a different color for split indicator and add key to toggle split.
Diffstat:
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/.config/i3/config b/.config/i3/config
@@ -56,11 +56,11 @@ set $base0E #d485ad
set $base0F #d65d0e
# Basic color configuration using the Base16 variables for windows and borders.
# Property Name Border BG Text Indicator Child Border
-client.focused $base05 $base0D $base00 $base0D $base0D
-client.focused_inactive $base01 $base01 $base05 $base03 $base01
-client.unfocused $base01 $base00 $base05 $base01 $base01
-client.urgent $base08 $base08 $base00 $base08 $base08
-client.placeholder $base00 $base00 $base05 $base00 $base00
+client.focused $base05 $base0D $base00 $base0C $base0D
+client.focused_inactive $base01 $base01 $base05 $base03 $base01
+client.unfocused $base01 $base00 $base05 $base01 $base01
+client.urgent $base08 $base08 $base00 $base08 $base08
+client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base07
## Status Bar
bar {
@@ -197,11 +197,8 @@ bar {
#
# Layout stuff:
#
- # You can "split" the current object of your focus with
- # $mod+b or $mod+v, for horizontal and vertical splits
- # respectively.
- bindsym $mod+b splith
- bindsym $mod+v splitv
+ # Toggles horizontal and vertical splits.
+ bindsym $mod+slash split toggle
# Switch the current container between different layout styles
bindsym $mod+s layout stacking