From 2b760bc8d41eeab8d622e84333ff63364e75577d Mon Sep 17 00:00:00 2001
From: Tucker Evans <tuckerevans24@gmail.com>
Date: Fri, 15 Mar 2019 09:19:12 -0400
Subject: Changes monitor setup and Resize bindings

---
 i3/.config/i3/config | 33 +++++++++++++++++++++++++--------
 1 file changed, 25 insertions(+), 8 deletions(-)

(limited to 'i3')

diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index f849312..a1c4256 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -30,10 +30,10 @@ font pango: Courier 8
 floating_modifier $mod
 
 # start a terminal
- bindsym $mod+Return exec uxterm
+bindsym $mod+Return exec uxterm
 
 # kill focused window
-bindsym $mod+Shift+q kill
+bindsym $mod+q kill
 
 # start dmenu (a program launcher)
 bindsym $mod+e exec dmenu_run
@@ -102,7 +102,18 @@ bindsym $mod+equal workspace 6
 bindsym $mod+asterisk workspace 7
 bindsym $mod+parenright workspace 8
 bindsym $mod+plus workspace 9
-bindsym $mod+bracketright workspace 10
+bindsym $mod+bracketright workspace 0
+
+workspace 1 output DVI-I-1
+workspace 3 output DVI-I-1
+workspace 5 output DVI-I-1
+workspace 7 output DVI-I-1
+workspace 9 output DVI-I-1
+workspace 2 output HDMI-0
+workspace 4 output HDMI-0
+workspace 6 output HDMI-0
+workspace 8 output HDMI-0
+workspace 0 output HDMI-0
 
 # move focused container to workspace
 bindsym $mod+Shift+ampersand move container to workspace 1
@@ -114,7 +125,7 @@ bindsym $mod+Shift+equal move container to workspace 6
 bindsym $mod+Shift+asterisk move container to workspace 7
 bindsym $mod+Shift+2 move container to workspace 8
 bindsym $mod+Shift+plus move container to workspace 9
-bindsym $mod+Shift+bracketright move container to workspace 10
+bindsym $mod+Shift+bracketright move container to workspace 0
 
 # reload the configuration file
 bindsym $mod+Shift+v reload
@@ -136,11 +147,16 @@ mode "resize" {
         bindsym j resize shrink height 10 px or 10 ppt
         bindsym l resize grow width 10 px or 10 ppt
 
+        bindsym Left resize shrink width 1 px or 1 ppt
+        bindsym Down resize grow height 1 px or 1 ppt
+        bindsym Up resize shrink height 1 px or 1 ppt
+        bindsym Right resize grow width 1 px or 1 ppt
+
         # same bindings, but for the arrow keys
-        bindsym Left resize shrink width 10 px or 10 ppt
-        bindsym Down resize grow height 10 px or 10 ppt
-        bindsym Up resize shrink height 10 px or 10 ppt
-        bindsym Right resize grow width 10 px or 10 ppt
+        #bindsym Left resize shrink width 10 px or 10 ppt
+        #bindsym Down resize grow height 10 px or 10 ppt
+        #bindsym Up resize shrink height 10 px or 10 ppt
+        #bindsym Right resize grow width 10 px or 10 ppt
 
         # back to normal: Enter or Escape
         bindsym Return mode "default"
@@ -188,6 +204,7 @@ bindsym XF86AudioPrev exec playerctl previous
 
 exec --no-startup-id synclient NaturalScrolling=1  VertScrollDelta=-113
 exec --no-startup-id /home/tje/i3-battery-popup -N
+exec --no-startup-id /usr/bin/setxkbmap -option "caps:swapescape"
 exec /home/tje/.screenSetup.sh
 
 bindsym $mod+b exec firefox
-- 
cgit v1.1