lib/fusuma.rb in fusuma-1.2 vs lib/fusuma.rb in fusuma-1.2.1
- old
+ new
@@ -35,10 +35,11 @@
print_version(then_exit: option[:version])
print_enabled_plugins
print_device_list if option[:list]
- Device.given_devices = option[:device]
+ # TODO: remove keep_device_from_option from command line options
+ Plugin::Filters::LibinputDeviceFilter::KeepDevice.from_option = option[:device]
Process.daemon if option[:daemon]
end
# TODO: print after reading plugins
def print_version(then_exit: false)