From: Don Armstrong Date: Wed, 6 Jul 2016 23:48:51 +0000 (-0500) Subject: rename 4 and 5; add fullscreen toggle global X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=fad4e3c5adbc7776973befd219fb25db0f47c5b7 rename 4 and 5; add fullscreen toggle global --- diff --git a/.config/i3/config_base b/.config/i3/config_base index ffed87d..5f798bd 100644 --- a/.config/i3/config_base +++ b/.config/i3/config_base @@ -91,6 +91,7 @@ bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle +bindsym $mod+Shift+f fullscreen toggle global # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking @@ -113,8 +114,8 @@ bindsym $mod+a focus parent bindsym $mod+1 workspace "1: emacs" bindsym $mod+2 workspace "2: mutt" bindsym $mod+3 workspace "3: browser" -bindsym $mod+4 workspace 4 -bindsym $mod+5 workspace 5 +bindsym $mod+4 workspace "4: remotes" +bindsym $mod+5 workspace "5: R" bindsym $mod+6 workspace 6 bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 @@ -125,8 +126,8 @@ bindsym $mod+0 workspace 10 bindsym $mod+Shift+1 move container to workspace "1: emacs" bindsym $mod+Shift+2 move container to workspace "2: mutt" bindsym $mod+Shift+3 move container to workspace "3: browser" -bindsym $mod+Shift+4 move container to workspace 4 -bindsym $mod+Shift+5 move container to workspace 5 +bindsym $mod+Shift+4 move container to workspace "4: remotes" +bindsym $mod+Shift+5 move container to workspace "5: R" bindsym $mod+Shift+6 move container to workspace 6 bindsym $mod+Shift+7 move container to workspace 7 bindsym $mod+Shift+8 move container to workspace 8