Browse Source

Add bindings to mass-set marks on current workspace

Alois Mahdal 9 years ago
parent
commit
ce6a6af0fd
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      dotfiles/i3/config

+ 4
- 0
dotfiles/i3/config View File

@@ -136,6 +136,10 @@ mode "mark" {
136 136
   bindsym u     exec i3-winmark unmark ; mode "default"
137 137
   bindsym g     exec i3-winmark goto   ; mode "default"
138 138
 
139
+  bindsym Page_Up [workspace=__focused__] \
140
+                        title_format $neutral; mode "default"
141
+  bindsym Page_Down [workspace=__focused__] \
142
+                        title_format $normal ; mode "default"
139 143
   bindsym p             title_format $pass   ; mode "default"
140 144
   bindsym bracketleft   title_format $warn   ; mode "default"
141 145
   bindsym bracketright  title_format $fail   ; mode "default"