diff options
author | Tom Barrett <tombarrett@siu.edu> | 2017-07-12 12:47:45 -0500 |
---|---|---|
committer | Tom Barrett <tombarrett@siu.edu> | 2017-07-12 12:47:45 -0500 |
commit | d253fa8a01f54ca13e04905ad33ded326e11423e (patch) | |
tree | fe6dcd7e19514ae4a3f28eaaff93e9d833e18142 /i3/config | |
parent | ab62b18a6daeed6548ed42fee1c796d3e695139f (diff) |
-added saved workspace
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 28 |
1 files changed, 13 insertions, 15 deletions
@@ -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 |