summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-01-04 14:09:01 -0500
committerAmin Bandali <me@aminb.org>2015-01-04 14:09:01 -0500
commitfa74ff232d9b7e39a43b8be101aebac1a8912bbd (patch)
tree0c945632bb0ecc4d76df65ac2fc87b83b55fe304
parent8c680d42e898f1b747a182503beb479dbfcb26a6 (diff)
downloadconfigs-fa74ff232d9b7e39a43b8be101aebac1a8912bbd.tar.gz
configs-fa74ff232d9b7e39a43b8be101aebac1a8912bbd.tar.xz
configs-fa74ff232d9b7e39a43b8be101aebac1a8912bbd.zip
update i3 config to match latest changes
in Airblader/i3
-rw-r--r--i3/.i3/config51
1 files changed, 37 insertions, 14 deletions
diff --git a/i3/.i3/config b/i3/.i3/config
index 707944a..5075095 100644
--- a/i3/.i3/config
+++ b/i3/.i3/config
@@ -42,9 +42,11 @@ set $ws4 "4:"
set $ws5 "5:"
set $ws6 "6:"
-set $default_gap_size 10
-gap_size $default_gap_size
-smart_borders on
+set $default_gaps_inner 10
+set $default_gaps_outer 0
+gaps inner $default_gaps_inner
+gaps outer $default_gaps_outer
+#smart_borders on
# start a terminal
#bindsym $mod+Return exec i3-sensible-terminal
@@ -173,21 +175,42 @@ mode "resize" {
bindsym $mod+r mode "resize"
-set $mode_gap_size Gap size: (+/-/d/0) locally, (Shift + +/-/d/0) globally
-mode "$mode_gap_size" {
- bindsym plus gap_size current plus 5
- bindsym minus gap_size current minus 5
- bindsym 0 gap_size current 0
- bindsym d gap_size current $default_gap_size
- bindsym Shift+plus gap_size plus 5
- bindsym Shift+minus gap_size minus 5
- bindsym Shift+0 gap_size 0
- bindsym Shift+d gap_size $default_gap_size
+set $mode_gaps Gaps: (o) outer, (i) inner
+set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
+bindsym $mod+Shift+g mode "$mode_gaps"
+
+mode "$mode_gaps" {
+ bindsym o mode "$mode_gaps_outer"
+ bindsym i mode "$mode_gaps_inner"
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
+}
+
+mode "$mode_gaps_inner" {
+ bindsym plus gaps inner current plus 5
+ bindsym minus gaps inner current minus 5
+ bindsym 0 gaps inner current set 0
+
+ bindsym Shift+plus gaps inner all plus 5
+ bindsym Shift+minus gaps inner all minus 5
+ bindsym Shift+0 gaps inner all set 0
+
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_outer" {
+ bindsym plus gaps outer current plus 5
+ bindsym minus gaps outer current minus 5
+ bindsym 0 gaps outer current set 0
+
+ bindsym Shift+plus gaps outer all plus 5
+ bindsym Shift+minus gaps outer all minus 5
+ bindsym Shift+0 gaps outer all set 0
bindsym Return mode "default"
bindsym Escape mode "default"
}
-bindsym $mod+Shift+g mode "$mode_gap_size"
# fix graphics glitch
for_window [class="^.*"] border pixel 0