]> git.donarmstrong.com Git - x_base.git/commitdiff
rename 4 and 5; add fullscreen toggle global
authorDon Armstrong <don@donarmstrong.com>
Wed, 6 Jul 2016 23:48:51 +0000 (18:48 -0500)
committerDon Armstrong <don@donarmstrong.com>
Wed, 6 Jul 2016 23:48:51 +0000 (18:48 -0500)
.config/i3/config_base

index ffed87d04348f3c499b44b2afe41cfa20440e3a3..5f798bd10dd3ce479c016c7886d1350873ff26e4 100644 (file)
@@ -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