[output/i3] Restrict workspace rotation to current output
This commit is contained in:
parent
4c34cd37d4
commit
7b62aeb67c
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ class i3bar(bumblebee.output.Output):
|
||||||
super(i3bar, self).__init__(theme)
|
super(i3bar, self).__init__(theme)
|
||||||
self._data = []
|
self._data = []
|
||||||
|
|
||||||
self.add_callback("i3-msg workspace prev", 4)
|
self.add_callback("i3-msg workspace prev_on_output", 4)
|
||||||
self.add_callback("i3-msg workspace next", 5)
|
self.add_callback("i3-msg workspace next_on_output", 5)
|
||||||
|
|
||||||
self._thread = threading.Thread(target=read_input, args=(self,))
|
self._thread = threading.Thread(target=read_input, args=(self,))
|
||||||
self._thread.start()
|
self._thread.start()
|
||||||
|
|
Loading…
Reference in a new issue