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