Files
polybar/include/utils
Chase Geigle 47a2cce03d fix: Ensure reloading when IN_IGNORED fired on config (#371)
This fixes a "bug" where polybar wouldn't reload on a configuration
file change on some configurations of vim, which don't actually issue
any IN_MODIFY events because they choose to move the file, replace it
with a new one, and then delete the file instead.

To work around this, we now also listen for IN_IGNORED which fires when
the file we are watching is destroyed. When this happens, we re-attach
the configuration file watcher to the new file and reload.
2017-01-24 07:10:55 +01:00
..
2017-01-11 03:07:28 +01:00
2016-12-26 10:38:19 +01:00
2017-01-14 09:57:09 +01:00
2017-01-11 18:21:58 +01:00
2017-01-12 20:28:44 +01:00
2017-01-11 07:17:54 +01:00