diff --git a/i3/config b/i3/config index 13bba08..d62de1f 100644 --- a/i3/config +++ b/i3/config @@ -101,6 +101,10 @@ bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle +# bindsym $mod+space workspace back_and_forth +bindsym $mod+o workspace back_and_forth +bindsym $mod+bracketleft workspace prev +bindsym $mod+bracketright workspace next bindsym $mod+a focus parent bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2 diff --git a/i3/xsession b/i3/xsession index 0c0b2b0..d44a507 100644 --- a/i3/xsession +++ b/i3/xsession @@ -1,4 +1,5 @@ +exec xrandr --output HDMI1 --mode 1920x1080 --primary --output HDMI3 --mode 1920x1080 --left-of HDMI1 +xrandr --output LVDS1 --primary exec i3 exec numlockx exec syndaemon -i .5 -d -exec xrandr --output HDMI1 --mode 1920x1080 --primary --output HDMI3 --mode 1920x1080 --left-of HDMI1