From d253fa8a01f54ca13e04905ad33ded326e11423e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 12 Jul 2017 12:47:45 -0500 Subject: -added saved workspace --- i3/config | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index f27e302..1ba0d58 100644 --- a/i3/config +++ b/i3/config @@ -5,11 +5,11 @@ font pango:DejaVu Sans Mono 8 floating_modifier $mod -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec xterm -bg black -fg white -bindsym $mod+q kill +bindsym $mod+Shift+q kill -bindsym $mod+d exec dmenu_run -sb '#e65200' +bindsym $mod+d exec dmenu_run -sb '#10c390' bindsym $mod+j focus left bindsym $mod+k focus down @@ -47,8 +47,6 @@ bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent -#bindsym $mod+d focus child - bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2 bindsym $mod+3 workspace 3 @@ -73,7 +71,7 @@ bindsym $mod+Shift+0 move container to workspace 10 bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart -bindsym $mod+Shift+e exec i3-msg exit +bindsym $mod+Shift+e exec "i3-msg exit" mode "resize" { bindsym j resize shrink width 10 px or 10 ppt @@ -93,15 +91,15 @@ mode "resize" { bindsym $mod+r mode "resize" bar { - position top - status_command ~/.i3/status.sh - - colors { - statusline #ab363f - focused_workspace #4c4c4c #ab363f #ffffff - } + status_command i3status + colors { + statusline #ffffff + focused_workspace #4c4c4c #10c390 #ffffff + } } -client.focused #ab363f #ab363f #ffffff #ab363f -exec --no-startup-id xrandr --output DVI-I-1 --left-of DVI-I-0 +client.focused #10c390 #10c390 #ffffff #10c390 + +bindsym $mod+Shift+w exec --no-startup-id /home/tom/.i3/startup.sh + exec --no-startup-id nitrogen --restore -- cgit v1.2.3