瀏覽代碼

Add bindings to mass-set marks on current workspace

Alois Mahdal 9 年之前
父節點
當前提交
ce6a6af0fd
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      dotfiles/i3/config

+ 4
- 0
dotfiles/i3/config 查看文件

@@ -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"