Automatic floating nvim when edit text in browser

This commit is contained in:
Thomas Dehaeze 2020-03-21 17:42:18 +01:00
parent 8f6d7c42ed
commit 97b7a2c687
2 changed files with 2 additions and 1 deletions

View File

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

View File

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