Automatic floating nvim when edit text in browser
This commit is contained in:
parent
8f6d7c42ed
commit
97b7a2c687
@ -150,6 +150,7 @@ To display names or symbols instead of plain workspace numbers you can use somet
|
||||
for_window [class="Yad"] floating enable
|
||||
for_window [title="Bluetooth Devices"] floating enable
|
||||
for_window [title="Simulink Library Browser"] floating enable
|
||||
for_window [class="Floating"] floating enable
|
||||
#+end_src
|
||||
|
||||
* Scratchpad
|
||||
|
@ -51,7 +51,7 @@
|
||||
|
||||
* Editor
|
||||
#+begin_src python
|
||||
c.editor.command = ['/usr/bin/termite', '-e', 'nvim {}']
|
||||
c.editor.command = ['/usr/bin/termite', '--class="Floating"', '-e', 'nvim {}']
|
||||
#+end_src
|
||||
|
||||
* Downloads
|
||||
|
Loading…
Reference in New Issue
Block a user